Home
last modified time | relevance | path

Searched refs:ex_root (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/sbin/mount_ffs/
Dmount_ffs.c101 args.export_info.ex_root = DEFAULT_ROOTUID; in main()
/mirbsd/src/sbin/mount_ext2fs/
Dmount_ext2fs.c89 args.export_info.ex_root = DEFAULT_ROOTUID; in main()
/mirbsd/src/sbin/mount_cd9660/
Dmount_cd9660.c114 args.export_info.ex_root = DEFAULT_ROOTUID; in main()
/mirbsd/src/sbin/mount_ntfs/
Dmount_ntfs.c119 args.export_info.ex_root = 65534; /* unchecked anyway on DOS fs */ in main()
/mirbsd/src/sbin/mount_msdos/
Dmount_msdos.c124 args.export_info.ex_root = -2; /* unchecked anyway on DOS fs */ in main()
/mirbsd/src/sbin/fsck_ext2fs/
Dmain.c301 args.export_info.ex_root = 0; in checkfilesys()
/mirbsd/src/sbin/fsck_ffs/
Dmain.c340 args.export_info.ex_root = 0; in checkfilesys()
/mirbsd/src/sys/sys/
Dmount.h63 uid_t ex_root; /* mapping for root uid */ member
/mirbsd/src/sbin/newfs/
Dnewfs.c689 args.export_info.ex_root = -2; in main()