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

/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_buf.c662 bool inherit_flag; local
668 inherit_flag = (flags & XFS_DIFLAG_EXTSZINHERIT);
702 if ((hint_flag || inherit_flag) && !(S_ISDIR(mode) || S_ISREG(mode)))
708 if (inherit_flag && !S_ISDIR(mode))
711 if ((hint_flag || inherit_flag) && extsize == 0)
715 if (mode && !(hint_flag || inherit_flag) && extsize != 0)
/linux-master/fs/afs/
H A Dxattr.c189 dsize = scnprintf(buf, sizeof(buf), "%u", yacl->inherit_flag);
H A Dinternal.h1637 u32 inherit_flag; /* True if ACL is inherited from parent dir */ member in struct:yfs_acl
H A Dyfsclient.c1859 yacl->inherit_flag = ntohl(*bp++);

Completed in 158 milliseconds