Home
last modified time | relevance | path

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

/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.h265 #define S_IROTH 0000004 /* R for other */ 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/freebsd/spl/
H A Dacl_common.c354 hasreadperm = (mode & S_IROTH); in mode_to_ace_access()
357 hasreadperm = !(mode & S_IROTH); in mode_to_ace_access()
378 if (mode & S_IROTH) { in mode_to_ace_access()
712 mode |= S_IROTH; in ace_mask_to_mode()
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()
1596 if (mode & S_IROTH) in acl_trivial_access_masks()
/f-stack/freebsd/kern/
H A Dsubr_acl_nfs4.c691 if (mode & S_IROTH) in acl_nfs4_sync_acl_from_mode_draft()
794 if ((seen & S_IROTH) == 0) { in acl_nfs4_sync_mode_from_acl()
795 seen |= S_IROTH; in acl_nfs4_sync_mode_from_acl()
797 mode |= S_IROTH; in acl_nfs4_sync_mode_from_acl()
1156 if (mode & S_IROTH) in acl_nfs4_compute_inherited_acl_psarc()
H A Dsubr_acl_posix1e.c391 if (mode & S_IROTH) in acl_posix1e_mode_to_perm()
462 mode |= S_IROTH; 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.c5286 if (file_mode & S_IROTH) in vaccess()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c861 if (access_mask & S_IROTH) in zfs_unix_to_v4()
972 if (!(seen & S_IROTH)) { in zfs_mode_compute()
973 seen |= S_IROTH; in zfs_mode_compute()
975 mode |= S_IROTH; 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()
1248 if (mode & S_IROTH) in acl_trivial_access_masks()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c861 if (access_mask & S_IROTH) in zfs_unix_to_v4()
972 if (!(seen & S_IROTH)) { in zfs_mode_compute()
973 seen |= S_IROTH; in zfs_mode_compute()
975 mode |= S_IROTH; in zfs_mode_compute()
H A Dzfs_ctldir.c93 S_IROTH | S_IXOTH;
/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()