Home
last modified time | relevance | path

Searched refs:ta_root_mode (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/tmpfs/
Dtmpfs_vfsops.c137 args->ta_root_mode == VNOVAL) in tmpfs_mount()
169 args->ta_root_gid, args->ta_root_mode & ALLPERMS, NULL, in tmpfs_mount()
/openbsd/src/sbin/mount_tmpfs/
Dmount_tmpfs.c153 args->ta_root_mode = modeset ? mode : sb.st_mode; in mount_tmpfs_parseargs()
/openbsd/src/sbin/mount/
Dmount.c610 if (verbose || tmpfs_args->ta_root_mode != 040755) in prmount()
612 "mode", tmpfs_args->ta_root_mode & 07777); in prmount()
/openbsd/src/sys/sys/
Dmount.h239 mode_t ta_root_mode; member