Searched refs:inherit_nodump (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_sysctl.c | 142 .procname = "inherit_nodump", 143 .data = &xfs_params.inherit_nodump.val, 147 .extra1 = &xfs_params.inherit_nodump.min, 148 .extra2 = &xfs_params.inherit_nodump.max
|
H A D | xfs_globals.c | 23 .inherit_nodump = { 0, 1, 1 },
|
H A D | xfs_sysctl.h | 30 xfs_sysctl_val_t inherit_nodump;/* Inherit the "nodump" inode flag. */ member
|
H A D | xfs_linux.h | 95 #define xfs_inherit_nodump xfs_params.inherit_nodump.val
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_sysctl.c | 126 .procname = "inherit_nodump", 127 .data = &xfs_params.inherit_nodump.val, 131 .extra1 = &xfs_params.inherit_nodump.min, 132 .extra2 = &xfs_params.inherit_nodump.max
|
H A D | xfs_globals.c | 24 .inherit_nodump = { 0, 1, 1 },
|
H A D | xfs_sysctl.h | 30 xfs_sysctl_val_t inherit_nodump;/* Inherit the "nodump" inode flag. */ member
|
H A D | xfs_linux.h | 99 #define xfs_inherit_nodump xfs_params.inherit_nodump.val
|
Completed in 3 milliseconds