Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnfs_fs.h244 #define NFS_INO_LAYOUTCOMMIT (9) /* layoutcommit required */ macro
/Linux-v5.4/fs/nfs/
Dnfstrace.h70 TRACE_DEFINE_ENUM(NFS_INO_LAYOUTCOMMIT);
83 { BIT(NFS_INO_LAYOUTCOMMIT), "NEED_LAYOUTCOMMIT" }, \
Dpnfs.c1086 if (!test_and_clear_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags)) in pnfs_clear_layoutcommit()
2925 if (!test_and_set_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags)) { in pnfs_set_layoutcommit()
2998 if (!test_and_clear_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags)) in pnfs_layoutcommit_inode()
3025 set_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags); in pnfs_layoutcommit_inode()
Dpnfs.h539 return test_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags) != 0 || in pnfs_layoutcommit_outstanding()