Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnfs_fs.h318 #define NFS_INO_LAYOUTCOMMITTING (10) /* layoutcommit inflight */ macro
/openbmc/linux/fs/nfs/
H A Dpnfs.c3115 clear_bit_unlock(NFS_INO_LAYOUTCOMMITTING, bitlock); in pnfs_clear_layoutcommitting()
3117 wake_up_bit(bitlock, NFS_INO_LAYOUTCOMMITTING); in pnfs_clear_layoutcommitting()
3215 if (test_and_set_bit(NFS_INO_LAYOUTCOMMITTING, &nfsi->flags)) { in pnfs_layoutcommit_inode()
3219 NFS_INO_LAYOUTCOMMITTING, in pnfs_layoutcommit_inode()
H A Dpnfs.h601 test_bit(NFS_INO_LAYOUTCOMMITTING, &nfsi->flags) != 0; in pnfs_layoutcommit_outstanding()
H A Dnfstrace.h43 { BIT(NFS_INO_LAYOUTCOMMITTING), "LAYOUTCOMMIT" }, \