Searched refs:FGP_LOCK (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pagemap.h | 309 #define FGP_LOCK 0x00000002 macro 358 return pagecache_get_page(mapping, index, FGP_LOCK, 0); in find_lock_page() 377 return pagecache_get_page(mapping, index, FGP_LOCK | FGP_HEAD, 0); in find_lock_head() 403 FGP_LOCK|FGP_ACCESSED|FGP_CREAT, in find_or_create_page() 424 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in grab_cache_page_nowait()
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | meta_io.c | 136 FGP_LOCK|FGP_ACCESSED); in gfs2_getbuf() 409 page = find_get_page_flags(mapping, index, FGP_LOCK|FGP_ACCESSED); in gfs2_getjdatabuf()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | filemap.c | 1811 if (fgp_flags & FGP_LOCK) { in pagecache_get_page() 1852 if (WARN_ON_ONCE(!(fgp_flags & (FGP_LOCK | FGP_FOR_MMAP)))) in pagecache_get_page() 1853 fgp_flags |= FGP_LOCK; in pagecache_get_page() 3446 int fgp_flags = FGP_LOCK|FGP_WRITE|FGP_CREAT; in grab_cache_page_write_begin()
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | readdir.c | 520 FGP_ACCESSED | FGP_LOCK); in fuse_readdir_cached()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | compress.c | 967 unsigned fgp_flag = FGP_LOCK | FGP_WRITE | FGP_CREAT; in prepare_compress_overwrite() 1824 blkaddr, FGP_LOCK | FGP_NOWAIT, GFP_NOFS); in f2fs_load_compressed_page()
|
| H A D | gc.c | 1123 FGP_LOCK | FGP_CREAT, GFP_NOFS); in ra_data_block() 1265 newaddr, FGP_LOCK | FGP_CREAT, GFP_NOFS); in move_data_block()
|
| H A D | node.c | 1491 FGP_LOCK|FGP_NOWAIT, 0); in flush_inline_data()
|
| H A D | data.c | 3458 FGP_LOCK | FGP_WRITE | FGP_CREAT, GFP_NOFS); in f2fs_write_begin()
|
| H A D | f2fs.h | 2655 FGP_LOCK | FGP_ACCESSED); in f2fs_grab_cache_page()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | file.c | 790 FGP_LOCK|FGP_ACCESSED|FGP_CREAT|FGP_NOWAIT, in ubifs_do_bulk_read()
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | file.c | 503 pages[nr] = find_get_page_flags(mapping, index, FGP_LOCK | in __ntfs_grab_cache_pages()
|