Home
last modified time | relevance | path

Searched refs:S_IRGRP (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_acl_nfs4.c678 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()
H A Dsubr_acl_posix1e.c382 if (mode & S_IRGRP) in acl_posix1e_mode_to_perm()
456 mode |= S_IRGRP; in acl_posix1e_perms_to_mode()
H A Dsys_socket.c331 ub->st_mode |= S_IRUSR | S_IRGRP | S_IROTH; in soo_stat()
H A Dvfs_subr.c5272 if (file_mode & S_IRGRP) in vaccess()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_conf.c455 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()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/randfree_file/
H A Drandfree_file.c63 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
/f-stack/freebsd/sys/
H A Dstat.h260 #define S_IRGRP 0000040 /* R for group */ macro
302 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/largest_file/
H A Dlargest_file.c66 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c938 (!(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()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c1552 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()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c938 (!(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()
H A Dzfs_ctldir.c92 const uint16_t zfsctl_ctldir_mode = S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP |
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.c690 mode = (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in ngx_open_listening_sockets()