Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnfs_fs.h319 #define NFS_INO_LAYOUTSTATS (11) /* layoutstats inflight */ macro
/openbmc/linux/fs/nfs/
H A Dpnfs.c3320 if (test_and_set_bit(NFS_INO_LAYOUTSTATS, &nfsi->flags)) in pnfs_report_layoutstat()
3356 clear_bit(NFS_INO_LAYOUTSTATS, &nfsi->flags); in pnfs_report_layoutstat()
H A Dnfs42proc.c838 clear_bit(NFS_INO_LAYOUTSTATS, &NFS_I(data->args.inode)->flags); in nfs42_layoutstat_release()
H A Dnfstrace.h44 { BIT(NFS_INO_LAYOUTSTATS), "LAYOUTSTATS" }, \