Home
last modified time | relevance | path

Searched refs:FGP_LOCK (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dpagemap.h247 #define FGP_LOCK 0x00000002 macro
295 return pagecache_get_page(mapping, offset, FGP_LOCK, 0); in find_lock_page()
321 FGP_LOCK|FGP_ACCESSED|FGP_CREAT, in find_or_create_page()
342 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in grab_cache_page_nowait()
/linux-4.1.27/fs/gfs2/
Dmeta_io.c140 FGP_LOCK|FGP_ACCESSED); in gfs2_getbuf()
/linux-4.1.27/mm/
Dfilemap.c1077 if (fgp_flags & FGP_LOCK) { in pagecache_get_page()
1111 if (WARN_ON_ONCE(!(fgp_flags & FGP_LOCK))) in pagecache_get_page()
1112 fgp_flags |= FGP_LOCK; in pagecache_get_page()
2408 int fgp_flags = FGP_LOCK|FGP_ACCESSED|FGP_WRITE|FGP_CREAT; in grab_cache_page_write_begin()
/linux-4.1.27/fs/ntfs/
Dfile.c517 pages[nr] = find_get_page_flags(mapping, index, FGP_LOCK | in __ntfs_grab_cache_pages()