Searched refs:inherit_nosym (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_sysctl.c | 161 .data = &xfs_params.inherit_nosym.val, 165 .extra1 = &xfs_params.inherit_nosym.min, 166 .extra2 = &xfs_params.inherit_nosym.max
|
H A D | xfs_globals.c | 27 .inherit_nosym = { 0, 0, 1 },
|
H A D | xfs_sysctl.h | 34 xfs_sysctl_val_t inherit_nosym; /* Inherit the "nosymlinks" flag. */ member
|
H A D | xfs_linux.h | 97 #define xfs_inherit_nosymlinks xfs_params.inherit_nosym.val
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_sysctl.c | 145 .data = &xfs_params.inherit_nosym.val, 149 .extra1 = &xfs_params.inherit_nosym.min, 150 .extra2 = &xfs_params.inherit_nosym.max
|
H A D | xfs_globals.c | 28 .inherit_nosym = { 0, 0, 1 },
|
H A D | xfs_sysctl.h | 34 xfs_sysctl_val_t inherit_nosym; /* Inherit the "nosymlinks" flag. */ member
|
H A D | xfs_linux.h | 101 #define xfs_inherit_nosymlinks xfs_params.inherit_nosym.val
|
Completed in 4 milliseconds