Searched refs:FGP_LOCK (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/linux/ |
D | pagemap.h | 250 #define FGP_LOCK 0x00000002 macro 297 return pagecache_get_page(mapping, offset, FGP_LOCK, 0); in find_lock_page() 323 FGP_LOCK|FGP_ACCESSED|FGP_CREAT, in find_or_create_page() 344 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in grab_cache_page_nowait()
|
/Linux-v4.19/fs/f2fs/ |
D | gc.c | 649 FGP_LOCK | FGP_CREAT, GFP_NOFS); in ra_data_block() 746 newaddr, FGP_LOCK | FGP_CREAT, GFP_NOFS); in move_data_block() 753 fio.old_blkaddr, FGP_LOCK, GFP_NOFS); in move_data_block()
|
D | data.c | 2359 FGP_LOCK | FGP_WRITE | FGP_CREAT, GFP_NOFS); in f2fs_write_begin()
|
D | node.c | 1408 FGP_LOCK|FGP_NOWAIT, 0); in flush_inline_data()
|
D | f2fs.h | 1995 FGP_LOCK | FGP_ACCESSED); in f2fs_grab_cache_page()
|
/Linux-v4.19/fs/gfs2/ |
D | meta_io.c | 139 FGP_LOCK|FGP_ACCESSED); in gfs2_getbuf()
|
/Linux-v4.19/mm/ |
D | filemap.c | 1547 if (fgp_flags & FGP_LOCK) { in pagecache_get_page() 1581 if (WARN_ON_ONCE(!(fgp_flags & FGP_LOCK))) in pagecache_get_page() 1582 fgp_flags |= FGP_LOCK; in pagecache_get_page() 3084 int fgp_flags = FGP_LOCK|FGP_WRITE|FGP_CREAT; in grab_cache_page_write_begin()
|
/Linux-v4.19/fs/ntfs/ |
D | file.c | 517 pages[nr] = find_get_page_flags(mapping, index, FGP_LOCK | in __ntfs_grab_cache_pages()
|