Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_sysctl.c127 .data = &xfs_params.inherit_nosym.val,
131 .extra1 = &xfs_params.inherit_nosym.min,
132 .extra2 = &xfs_params.inherit_nosym.max
H A Dxfs_globals.c24 .inherit_nosym = { 0, 0, 1 },
H A Dxfs_sysctl.h29 xfs_sysctl_val_t inherit_nosym; /* Inherit the "nosymlinks" flag. */ member
H A Dxfs_linux.h99 #define xfs_inherit_nosymlinks xfs_params.inherit_nosym.val