Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnfs_fs.h280 #define NFS_INO_LAYOUTCOMMIT (9) /* layoutcommit required */ macro
/linux/fs/nfs/
A Dpnfs.c1142 if (!test_and_clear_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags)) in pnfs_clear_layoutcommit()
3119 if (!test_and_set_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags)) { in pnfs_set_layoutcommit()
3192 if (!test_and_clear_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags)) in pnfs_layoutcommit_inode()
3219 set_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags); in pnfs_layoutcommit_inode()
A Dpnfs.h595 return test_bit(NFS_INO_LAYOUTCOMMIT, &nfsi->flags) != 0 || in pnfs_layoutcommit_outstanding()
A Dnfstrace.h46 { BIT(NFS_INO_LAYOUTCOMMIT), "NEED_LAYOUTCOMMIT" }, \

Completed in 17 milliseconds