Searched refs:inherit_nodfrg (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_sysctl.c | 179 .data = &xfs_params.inherit_nodfrg.val, 183 .extra1 = &xfs_params.inherit_nodfrg.min, 184 .extra2 = &xfs_params.inherit_nodfrg.max
|
H A D | xfs_globals.c | 29 .inherit_nodfrg = { 0, 1, 1 },
|
H A D | xfs_sysctl.h | 36 xfs_sysctl_val_t inherit_nodfrg;/* Inherit the "nodefrag" inode flag. */ member
|
H A D | xfs_linux.h | 99 #define xfs_inherit_nodefrag xfs_params.inherit_nodfrg.val
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_sysctl.c | 163 .data = &xfs_params.inherit_nodfrg.val, 167 .extra1 = &xfs_params.inherit_nodfrg.min, 168 .extra2 = &xfs_params.inherit_nodfrg.max
|
H A D | xfs_globals.c | 30 .inherit_nodfrg = { 0, 1, 1 },
|
H A D | xfs_sysctl.h | 36 xfs_sysctl_val_t inherit_nodfrg;/* Inherit the "nodefrag" inode flag. */ member
|
H A D | xfs_linux.h | 103 #define xfs_inherit_nodefrag xfs_params.inherit_nodfrg.val
|
Completed in 4 milliseconds