Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dnfs_fs.h280 #define NFS_INO_LAYOUTCOMMIT (9) /* layoutcommit required */ macro
/linux-6.3-rc2/fs/nfs/
A Dpnfs.c1157 if (!test_and_clear_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags)) in pnfs_clear_layoutcommit()
3140 if (!test_and_set_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags)) { in pnfs_set_layoutcommit()
3213 if (!test_and_clear_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags)) in pnfs_layoutcommit_inode()
3240 set_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags); in pnfs_layoutcommit_inode()
A Dpnfs.h600 return test_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags) != 0 || in pnfs_layoutcommit_outstanding()
A Dnfstrace.h43 { BIT(NFS_INO_LAYOUTCOMMIT), "NEED_LAYOUTCOMMIT" }, \

Completed in 16 milliseconds