Searched refs:NFS_INO_LAYOUTSTATS (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_fs.h | 263 #define NFS_INO_LAYOUTSTATS (11) /* layoutstats inflight */ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_fs.h | 319 #define NFS_INO_LAYOUTSTATS (11) /* layoutstats inflight */ macro
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfstrace.h | 73 TRACE_DEFINE_ENUM(NFS_INO_LAYOUTSTATS); variable 86 { BIT(NFS_INO_LAYOUTSTATS), "LAYOUTSTATS" }, \
|
H A D | pnfs.c | 3315 if (test_and_set_bit(NFS_INO_LAYOUTSTATS, &nfsi->flags)) in pnfs_report_layoutstat() 3351 clear_bit(NFS_INO_LAYOUTSTATS, &nfsi->flags); in pnfs_report_layoutstat()
|
H A D | nfs42proc.c | 806 clear_bit(NFS_INO_LAYOUTSTATS, &NFS_I(data->args.inode)->flags); in nfs42_layoutstat_release()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | pnfs.c | 3313 if (test_and_set_bit(NFS_INO_LAYOUTSTATS, &nfsi->flags)) in pnfs_report_layoutstat() 3349 clear_bit(NFS_INO_LAYOUTSTATS, &nfsi->flags); in pnfs_report_layoutstat()
|
H A D | nfs42proc.c | 838 clear_bit(NFS_INO_LAYOUTSTATS, &NFS_I(data->args.inode)->flags); in nfs42_layoutstat_release()
|
H A D | nfstrace.h | 44 { BIT(NFS_INO_LAYOUTSTATS), "LAYOUTSTATS" }, \
|
Completed in 18 milliseconds