Searched refs:rdonly (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/sbin/fsck_msdosfs/ |
| H A D | main.c | 47 int rdonly; /* device is opened read only (supersedes above) */ variable 136 if (alwaysyes || alwaysno || rdonly) in ask() 137 def = (alwaysyes && !rdonly && !alwaysno); in ask() 148 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-14.2/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-14.2/libexec/makewhatis.local/ |
| H A D | makewhatis.local.sh | 49 localdirs=`find -H $dirs -fstype local \! -fstype rdonly -type d -prune -print`
|
| /freebsd-14.2/usr.sbin/periodic/etc/daily/ |
| H A D | 100.clean-disks | 43 rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \
|
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_lookup.c | 1028 int rdonly; /* lookup read-only flag bit */ in vfs_lookup() local 1057 rdonly = cnp->cn_flags & RDONLY; in vfs_lookup() 1319 if (rdonly) { in vfs_lookup() 1427 if (rdonly && in vfs_lookup() 1500 int rdonly; /* lookup read-only flag bit */ in vfs_relookup() local 1510 rdonly = cnp->cn_flags & RDONLY; in vfs_relookup() 1555 if (rdonly) { in vfs_relookup() 1577 if (rdonly && in vfs_relookup()
|
| /freebsd-14.2/contrib/netbsd-tests/dev/fss/ |
| H A D | t_fss.sh | 55 mount -o rdonly /dev/fss0 ./m2
|
| /freebsd-14.2/cddl/usr.sbin/dtrace/tests/common/scripting/ |
| H A D | Makefile | 10 err.D_OP_LVAL.rdonly.d \
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
| H A D | property_alias_001_pos.ksh | 99 readonly|rdonly )
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zfs_set/ |
| H A D | property_alias_001_pos.ksh | 115 readonly|rdonly )
|
| /freebsd-14.2/tools/tools/sysbuild/ |
| H A D | README | 109 REMOTEDISTFILES=fs:/rdonly/distfiles
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vfsops.c | 1001 uint64_t rdonly; in zfs_check_global_label() local 1004 zfs_prop_to_name(ZFS_PROP_READONLY), &rdonly, NULL)) in zfs_check_global_label() 1006 return (rdonly ? 0 : SET_ERROR(EACCES)); in zfs_check_global_label()
|
| /freebsd-14.2/tests/sys/cddl/zfs/include/ |
| H A D | libtest.kshlib | 2832 rdonly) prop=readonly ;;
|
| /freebsd-14.2/sys/fs/nfsserver/ |
| H A D | nfs_nfsdstate.c | 245 u_quad_t filerev, uint64_t rdonly, struct nfsstate **new_delegp, 8929 u_quad_t filerev, uint64_t rdonly, struct nfsstate **new_delegp, in nfsrv_issuedelegation() argument 8976 if (writedeleg && !rdonly && in nfsrv_issuedelegation()
|