Home
last modified time | relevance | path

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

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