Lines Matching refs:perms
105 if (attrs->perms & ORANGEFS_O_EXECUTE) in orangefs_inode_perms()
107 if (attrs->perms & ORANGEFS_O_WRITE) in orangefs_inode_perms()
109 if (attrs->perms & ORANGEFS_O_READ) in orangefs_inode_perms()
112 if (attrs->perms & ORANGEFS_G_EXECUTE) in orangefs_inode_perms()
114 if (attrs->perms & ORANGEFS_G_WRITE) in orangefs_inode_perms()
116 if (attrs->perms & ORANGEFS_G_READ) in orangefs_inode_perms()
119 if (attrs->perms & ORANGEFS_U_EXECUTE) in orangefs_inode_perms()
121 if (attrs->perms & ORANGEFS_U_WRITE) in orangefs_inode_perms()
123 if (attrs->perms & ORANGEFS_U_READ) in orangefs_inode_perms()
126 if (attrs->perms & ORANGEFS_G_SGID) in orangefs_inode_perms()
128 if (attrs->perms & ORANGEFS_U_SUID) in orangefs_inode_perms()
216 attrs->perms = ORANGEFS_util_translate_mode(tmp_mode); in copy_attributes_from_inode()