Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs_fs.h344 #define NFS_INO_LAYOUTCOMMITTING (10) /* layoutcommit inflight */ macro
/linux/fs/nfs/
H A Dpnfs.c3268 clear_bit_unlock(NFS_INO_LAYOUTCOMMITTING, bitlock); in pnfs_clear_layoutcommitting()
3270 wake_up_bit(bitlock, NFS_INO_LAYOUTCOMMITTING); in pnfs_clear_layoutcommitting()
3369 if (test_and_set_bit(NFS_INO_LAYOUTCOMMITTING, &nfsi->flags)) { in pnfs_layoutcommit_inode()
3373 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.h44 { BIT(NFS_INO_LAYOUTCOMMITTING), "LAYOUTCOMMIT" }, \