Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_sysctl.c163 {XFS_INHERIT_NOSYM, "inherit_nosymlinks", &xfs_params.inherit_nosym.val,
166 &xfs_params.inherit_nosym.min, &xfs_params.inherit_nosym.max},
Dxfs_globals.c69 .inherit_nosym = { 0, 0, 1 },
Dxfs_sysctl.h64 xfs_sysctl_val_t inherit_nosym; /* Inherit the "nosymlinks" flag. */ member
Dxfs_linux.h145 #define xfs_inherit_nosymlinks xfs_params.inherit_nosym.val in BUFFER_FNS()