Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_inode_buf.c599 bool inherit_flag; in xfs_inode_validate_extsize() local
605 inherit_flag = (flags & XFS_DIFLAG_EXTSZINHERIT); in xfs_inode_validate_extsize()
613 if ((hint_flag || inherit_flag) && !(S_ISDIR(mode) || S_ISREG(mode))) in xfs_inode_validate_extsize()
619 if (inherit_flag && !S_ISDIR(mode)) in xfs_inode_validate_extsize()
622 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize()
626 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize()
/Linux-v5.10/fs/afs/
Dxattr.c211 dsize = scnprintf(buf, sizeof(buf), "%u", yacl->inherit_flag); in afs_xattr_get_yfs()
Dinternal.h1537 u32 inherit_flag; /* True if ACL is inherited from parent dir */ member
Dyfsclient.c1883 yacl->inherit_flag = ntohl(*bp++); in yfs_deliver_fs_fetch_opaque_acl()