Searched refs:S_IRGRP (Results 1 – 13 of 13) sorted by relevance
678 if (mode & S_IRGRP) in acl_nfs4_sync_acl_from_mode_draft()765 ((seen & S_IRGRP) == 0)) { in acl_nfs4_sync_mode_from_acl()766 seen |= S_IRGRP; in acl_nfs4_sync_mode_from_acl()768 mode |= S_IRGRP; in acl_nfs4_sync_mode_from_acl()789 if ((seen & S_IRGRP) == 0) { in acl_nfs4_sync_mode_from_acl()790 seen |= S_IRGRP; in acl_nfs4_sync_mode_from_acl()792 mode |= S_IRGRP; in acl_nfs4_sync_mode_from_acl()1112 if ((mode & S_IRGRP) == 0) in acl_nfs4_inherit_entries()1149 if (mode & S_IRGRP) in acl_nfs4_compute_inherited_acl_psarc()
382 if (mode & S_IRGRP) in acl_posix1e_mode_to_perm()456 mode |= S_IRGRP; in acl_posix1e_perms_to_mode()
331 ub->st_mode |= S_IRUSR | S_IRGRP | S_IROTH; in soo_stat()
5272 if (file_mode & S_IRGRP) in vaccess()
455 const mode_t dirmode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in zed_conf_write_pid()456 const mode_t filemode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in zed_conf_write_pid()559 mode_t dirmode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in zed_conf_open_state()599 (O_RDWR | O_CREAT), (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)); in zed_conf_open_state()
63 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
260 #define S_IRGRP 0000040 /* R for group */ macro302 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
66 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
938 (!(seen & S_IRGRP))) { in zfs_mode_compute()939 seen |= S_IRGRP; in zfs_mode_compute()941 mode |= S_IRGRP; in zfs_mode_compute()966 if (!(seen & S_IRGRP)) { in zfs_mode_compute()967 seen |= S_IRGRP; in zfs_mode_compute()969 mode |= S_IRGRP; in zfs_mode_compute()1204 if (!(mode & S_IRUSR) && (mode & (S_IRGRP|S_IROTH))) in acl_trivial_access_masks()1212 if (!(mode & S_IRGRP) && (mode & S_IROTH)) in acl_trivial_access_masks()1220 if ((mode & S_IRUSR) && (!(mode & S_IRGRP) && (mode & S_IROTH))) in acl_trivial_access_masks()1239 if (mode & S_IRGRP) in acl_trivial_access_masks()
1552 if (!(mode & S_IRUSR) && (mode & (S_IRGRP|S_IROTH))) in acl_trivial_access_masks()1560 if (!(mode & S_IRGRP) && (mode & S_IROTH)) in acl_trivial_access_masks()1568 if ((mode & S_IRUSR) && (!(mode & S_IRGRP) && (mode & S_IROTH))) in acl_trivial_access_masks()1587 if (mode & S_IRGRP) in acl_trivial_access_masks()
938 (!(seen & S_IRGRP))) { in zfs_mode_compute()939 seen |= S_IRGRP; in zfs_mode_compute()941 mode |= S_IRGRP; in zfs_mode_compute()966 if (!(seen & S_IRGRP)) { in zfs_mode_compute()967 seen |= S_IRGRP; in zfs_mode_compute()969 mode |= S_IRGRP; in zfs_mode_compute()
92 const uint16_t zfsctl_ctldir_mode = S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP |
690 mode = (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in ngx_open_listening_sockets()