Home
last modified time | relevance | path

Searched refs:irix_sgid_inherit (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_linux.h92 #define irix_sgid_inherit xfs_params.sgid_inherit.val macro
/linux-6.12.1/Documentation/admin-guide/
Dxfs.rst321 fs.xfs.irix_sgid_inherit (Min: 0 Default: 0 Max: 1)
325 ISGID bit is cleared if the irix_sgid_inherit compatibility sysctl
366 fs.xfs.irix_sgid_inherit September 2025
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_util.c307 if (irix_sgid_inherit && (inode->i_mode & S_ISGID) && in xfs_inode_init()