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.c3299 clear_and_wake_up_bit(NFS_INO_LAYOUTCOMMITTING, &NFS_I(inode)->flags); in pnfs_list_write_lseg_done()
3371 if (test_and_set_bit(NFS_INO_LAYOUTCOMMITTING, &nfsi->flags)) { in pnfs_layoutcommit_inode()
3375 NFS_INO_LAYOUTCOMMITTING, in pnfs_layoutcommit_inode()
3439 clear_and_wake_up_bit(NFS_INO_LAYOUTCOMMITTING, &NFS_I(inode)->flags); in pnfs_layoutcommit_inode()
H A Dpnfs.h603 test_bit(NFS_INO_LAYOUTCOMMITTING, &nfsi->flags) != 0; in pnfs_layoutcommit_outstanding()
H A Dnfstrace.h45 { BIT(NFS_INO_LAYOUTCOMMITTING), "LAYOUTCOMMIT" }, \