Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_inode_buf.c650 bool inherit_flag; in xfs_inode_validate_extsize() local
656 inherit_flag = (flags & XFS_DIFLAG_EXTSZINHERIT); in xfs_inode_validate_extsize()
690 if ((hint_flag || inherit_flag) && !(S_ISDIR(mode) || S_ISREG(mode))) in xfs_inode_validate_extsize()
696 if (inherit_flag && !S_ISDIR(mode)) in xfs_inode_validate_extsize()
699 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize()
703 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize()
/Linux-v6.1/fs/afs/
Dxattr.c189 dsize = scnprintf(buf, sizeof(buf), "%u", yacl->inherit_flag); in afs_xattr_get_yfs()
Dinternal.h1574 u32 inherit_flag; /* True if ACL is inherited from parent dir */ member
Dyfsclient.c1838 yacl->inherit_flag = ntohl(*bp++); in yfs_deliver_fs_fetch_opaque_acl()