Searched refs:rdonly (Results 1 – 16 of 16) sorted by relevance
| /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 | 149 log_must $changeflags rdonly $testfile 150 log_must hasflag rdonly $testfile 159 log_mustnot user_run $other $changeflags rdonly $testfile 162 log_must hasflag rdonly $testfile
|
| /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/sys/kern/ |
| H A D | vfs_lookup.c | 1089 int rdonly; /* lookup read-only flag bit */ in vfs_lookup() local 1118 rdonly = cnp->cn_flags & RDONLY; in vfs_lookup() 1373 if (rdonly) { in vfs_lookup() 1481 if (rdonly && in vfs_lookup() 1557 int rdonly; /* lookup read-only flag bit */ in vfs_relookup() local 1567 rdonly = cnp->cn_flags & RDONLY; in vfs_relookup() 1612 if (rdonly) { in vfs_relookup() 1634 if (rdonly && in vfs_relookup()
|
| /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 | 100 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 | 1024 uint64_t rdonly; in zfs_check_global_label() local 1027 zfs_prop_to_name(ZFS_PROP_READONLY), &rdonly, NULL)) in zfs_check_global_label() 1029 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, 8956 u_quad_t filerev, uint64_t rdonly, struct nfsstate **new_delegp, in nfsrv_issuedelegation() argument 9003 if (writedeleg && !rdonly && in nfsrv_issuedelegation()
|