Home
last modified time | relevance | path

Searched refs:NFS_INO_LAYOUTSTATS (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dnfs_fs.h345 #define NFS_INO_LAYOUTSTATS (11) /* layoutstats inflight */ macro
/linux/fs/nfs/
H A Dpnfs.c3480 if (test_and_set_bit(NFS_INO_LAYOUTSTATS, &nfsi->flags)) in pnfs_report_layoutstat()
3516 clear_bit(NFS_INO_LAYOUTSTATS, &nfsi->flags); in pnfs_report_layoutstat()
H A Dnfstrace.h46 { BIT(NFS_INO_LAYOUTSTATS), "LAYOUTSTATS" }, \