Searched refs:FGP_LOCK (Results 1 - 25 of 27) sorted by path

12

/linux-master/fs/afs/
H A Ddir.c329 i, FGP_LOCK | FGP_CREAT,
H A Ddir_edit.c116 FGP_LOCK | FGP_ACCESSED | FGP_CREAT,
/linux-master/fs/
H A Daio.c534 FGP_LOCK | FGP_ACCESSED | FGP_CREAT,
H A Dbuffer.c1043 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, gfp);
/linux-master/fs/bcachefs/
H A Dfs-io-buffered.c689 FGP_LOCK|FGP_WRITE|FGP_CREAT|FGP_STABLE,
831 FGP_LOCK|FGP_WRITE|FGP_STABLE|FGP_CREAT,
H A Dfs-io-pagecache.c732 FGP_LOCK|(nonblock ? FGP_NOWAIT : 0), 0);
H A Dfs-io.c267 FGP_LOCK|FGP_CREAT, GFP_KERNEL);
/linux-master/fs/btrfs/
H A Ddefrag.c875 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, mask);
H A Ddisk-io.c3787 FGP_LOCK | FGP_ACCESSED | FGP_CREAT,
H A Dfile.c895 fgf_t fgp_flags = FGP_LOCK | FGP_ACCESSED | FGP_CREAT;
H A Dinode.c4757 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, mask);
H A Drelocation.c2969 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, mask);
/linux-master/fs/erofs/
H A Dinternal.h327 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT,
/linux-master/fs/ext4/
H A Dinode.c3621 FGP_LOCK | FGP_ACCESSED | FGP_CREAT,
/linux-master/fs/f2fs/
H A Dcompress.c1052 fgf_t fgp_flag = FGP_LOCK | FGP_WRITE | FGP_CREAT;
1909 blkaddr, FGP_LOCK | FGP_NOWAIT, GFP_NOFS);
H A Ddata.c3579 FGP_LOCK | FGP_WRITE | FGP_CREAT, GFP_NOFS);
H A Df2fs.h2754 FGP_LOCK | FGP_ACCESSED);
H A Dgc.c1233 FGP_LOCK | FGP_CREAT, GFP_NOFS);
1371 newaddr, FGP_LOCK | FGP_CREAT, GFP_NOFS);
H A Dnode.c1515 FGP_LOCK|FGP_NOWAIT, 0);
/linux-master/fs/fuse/
H A Dreaddir.c530 FGP_ACCESSED | FGP_LOCK);
/linux-master/fs/gfs2/
H A Dmeta_io.c133 FGP_LOCK | FGP_ACCESSED | FGP_CREAT,
141 FGP_LOCK | FGP_ACCESSED, 0);
412 folio = __filemap_get_folio(mapping, index, FGP_LOCK | FGP_ACCESSED, 0);
/linux-master/fs/nfs/
H A Ddir.c449 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT,
/linux-master/fs/ntfs3/
H A Dfile.c200 FGP_LOCK | FGP_ACCESSED | FGP_CREAT,
/linux-master/fs/ubifs/
H A Dfile.c784 FGP_LOCK|FGP_ACCESSED|FGP_CREAT|FGP_NOWAIT,
/linux-master/include/linux/
H A Dpagemap.h587 * * %FGP_LOCK - The folio is returned locked.
604 #define FGP_LOCK ((__force fgf_t)0x00000002) macro
613 #define FGP_WRITEBEGIN (FGP_LOCK | FGP_WRITE | FGP_CREAT | FGP_STABLE)
673 return __filemap_get_folio(mapping, index, FGP_LOCK, 0);
692 FGP_LOCK | FGP_ACCESSED | FGP_CREAT,
734 return pagecache_get_page(mapping, index, FGP_LOCK, 0);
760 FGP_LOCK|FGP_ACCESSED|FGP_CREAT,
781 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT,

Completed in 490 milliseconds

12