/freebsd/sbin/fsck_msdosfs/ |
H A D | main.c | 47 int rdonly; /* device is opened read only (supersedes above) */ variable 137 if (alwaysyes || alwaysno || rdonly) in ask() 138 def = (alwaysyes && !rdonly && !alwaysno); in ask() 149 if (alwaysyes || alwaysno || rdonly) { in ask()
|
H A D | check.c | 58 rdonly = alwaysno; in checkfilesys() 62 dosfs = open(fname, rdonly ? O_RDONLY : O_RDWR, 0); in checkfilesys() 63 if (dosfs < 0 && !rdonly) { in checkfilesys() 69 rdonly = 1; in checkfilesys()
|
H A D | ext.h | 46 extern int rdonly; /* device is opened read only (supersedes above) */
|
H A D | fat.c | 507 if (rdonly) { in fat_set_cl_next() 715 PROT_READ | (rdonly ? 0 : PROT_WRITE), in _readfat()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/off/ |
H A D | dosmode.ksh | 148 log_must $changeflags rdonly $testfile 149 log_must hasflag rdonly $testfile 158 log_mustnot user_run $other $changeflags rdonly $testfile 161 log_must hasflag rdonly $testfile
|
/freebsd/sys/kern/ |
H A D | vfs_lookup.c | 1026 int rdonly; /* lookup read-only flag bit */ in vfs_lookup() 1055 rdonly = cnp->cn_flags & RDONLY; in vfs_lookup() 1317 if (rdonly) { in vfs_lookup() 1425 if (rdonly && in vfs_lookup() 1498 int rdonly; /* lookup read-only flag bit */ in vfs_relookup() 1508 rdonly = cnp->cn_flags & RDONLY; in vfs_relookup() 1553 if (rdonly) { in vfs_relookup() 1575 if (rdonly && in vfs_relookup() 1015 int rdonly; /* lookup read-only flag bit */ vfs_lookup() local 1487 int rdonly; /* lookup read-only flag bit */ vfs_relookup() local
|
/freebsd/libexec/makewhatis.local/ |
H A D | makewhatis.local.sh | 49 localdirs=`find -H $dirs -fstype local \! -fstype rdonly -type d -prune -print`
|
/freebsd/usr.sbin/periodic/etc/daily/ |
H A D | 100.clean-disks | 43 rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \
|
/freebsd/contrib/netbsd-tests/dev/fss/ |
H A D | t_fss.sh | 55 mount -o rdonly /dev/fss0 ./m2
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/scripting/ |
H A D | Makefile | 9 err.D_OP_LVAL.rdonly.d \
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | property_alias_001_pos.ksh | 99 readonly|rdonly )
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_set/ |
H A D | property_alias_001_pos.ksh | 112 readonly|rdonly )
|
/freebsd/tools/tools/sysbuild/ |
H A D | README | 109 REMOTEDISTFILES=fs:/rdonly/distfiles
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_vfsops.c | 1013 uint64_t rdonly; in zfs_check_global_label() local 1016 zfs_prop_to_name(ZFS_PROP_READONLY), &rdonly, NULL)) in zfs_check_global_label() 1018 return (rdonly ? 0 : SET_ERROR(EACCES)); in zfs_check_global_label()
|
/freebsd/tests/sys/cddl/zfs/include/ |
H A D | libtest.kshlib | 2829 rdonly) prop=readonly ;;
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 250 u_quad_t filerev, uint64_t rdonly, struct nfsstate **new_delegp, 8936 u_quad_t filerev, uint64_t rdonly, struct nfsstate **new_delegp, in nfsrv_issuedelegation() argument 8983 if (writedeleg && !rdonly && in nfsrv_issuedelegation()
|