Lines Matching refs:file_mode
687 mode_t file_mode, struct acl *acl, accmode_t accmode)
705 if (file_mode & S_IXUSR)
707 if (file_mode & S_IRUSR)
709 if (file_mode & S_IWUSR)
721 if (file_mode & S_IXGRP)
723 if (file_mode & S_IRGRP)
725 if (file_mode & S_IWGRP)
732 if (file_mode & S_IXOTH)
734 if (file_mode & S_IROTH)
736 if (file_mode & S_IWOTH)
755 gid_t file_gid, mode_t file_mode, struct acl *acl, accmode_t accmode)
1096 gid_t file_gid, mode_t file_mode, struct acl *aclp, accmode_t accmode)
1100 file_mode = 0;
1156 __acl_nfs4_sync_mode_from_acl(&file_mode, aclp);
1158 (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0)