Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c821 bool inherit_flag; in xfs_inode_validate_extsize() local
827 inherit_flag = (flags & XFS_DIFLAG_EXTSZINHERIT); in xfs_inode_validate_extsize()
861 if ((hint_flag || inherit_flag) && !(S_ISDIR(mode) || S_ISREG(mode))) in xfs_inode_validate_extsize()
867 if (inherit_flag && !S_ISDIR(mode)) in xfs_inode_validate_extsize()
870 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize()
874 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize()
/linux/fs/afs/
H A Dxattr.c189 dsize = scnprintf(buf, sizeof(buf), "%u", yacl->inherit_flag); in afs_xattr_get_yfs()
H A Dinternal.h1686 u32 inherit_flag; /* True if ACL is inherited from parent dir */ member
H A Dyfsclient.c1866 yacl->inherit_flag = ntohl(*bp++); in yfs_deliver_fs_fetch_opaque_acl()