Home
last modified time | relevance | path

Searched refs:umount (Results 1 – 25 of 103) sorted by relevance

12345

/openbsd/src/regress/sys/kern/unveil-unmount/
DMakefile22 -${SUDO} umount -f /dev/$$(<vnd)c 2>/dev/null || true
35 ${SUDO} umount /mnt/regress-unveil
41 ${SUDO} umount /mnt/regress-unveil
47 ${SUDO} umount /mnt/regress-unveil
53 ${SUDO} umount /mnt/regress-unveil
59 ${SUDO} umount /mnt/regress-unveil
65 ${SUDO} umount /mnt/regress-unveil
72 ${SUDO} umount /mnt/regress-unveil
79 ${SUDO} umount /mnt/regress-unveil
86 ${SUDO} umount /mnt/regress-unveil
[all …]
/openbsd/src/regress/sys/kern/realpath-unmount/
DMakefile22 -${SUDO} umount -f /dev/$$(<vnd)c 2>/dev/null || true
35 ${SUDO} umount /mnt/regress-realpath
41 ${SUDO} umount /mnt/regress-realpath
47 ${SUDO} umount /mnt/regress-realpath
53 ${SUDO} umount /mnt/regress-realpath
59 ${SUDO} umount /mnt/regress-realpath
65 ${SUDO} umount /mnt/regress-realpath
71 ${SUDO} umount /mnt/regress-realpath
77 ${SUDO} umount /mnt/regress-realpath
/openbsd/src/sys/isofs/udf/
Dudf.h43 struct umount *u_ump;
57 struct umount { struct
92 struct umount *ump; argument
105 #define VFSTOUDFFS(mp) ((struct umount *)((mp)->mnt_data))
117 udf_readlblks(struct umount *ump, int sector, int size, struct buf **bp) in udf_readlblks()
138 int udf_hashlookup(struct umount *, udfino_t, int, struct vnode **);
Dudf_extern.h14 int udf_vat_get(struct umount *, uint32_t);
15 int udf_vat_map(struct umount *, uint32_t *);
56 int udf_transname(char *, char *, int, struct umount *);
Dudf_vfsops.c78 int udf_find_partmaps(struct umount *, struct logvol_desc *);
79 int udf_get_vpartmap(struct umount *, struct part_map_virt *);
80 int udf_get_spartmap(struct umount *, struct part_map_spare *);
81 int udf_get_mpartmap(struct umount *, struct part_map_meta *);
217 struct umount *ump = NULL; in udf_mountfs()
453 struct umount *ump; in udf_unmount()
492 struct umount *ump; in udf_root()
521 struct umount *ump; in udf_statfs()
549 struct umount *ump; in udf_vget()
757 udf_get_vpartmap(struct umount *ump, struct part_map_virt *pmv) in udf_get_vpartmap()
[all …]
Dudf_subr.c48 int udf_vat_read(struct umount *, uint32_t *);
190 udf_vat_get(struct umount *ump, uint32_t lb) in udf_vat_get()
216 udf_vat_map(struct umount *ump, uint32_t *sector) in udf_vat_map()
233 udf_vat_read(struct umount *ump, uint32_t *sector) in udf_vat_read()
/openbsd/src/regress/sys/ffs/nfs/
DMakefile7 .PHONY: disk nfs mount umount unconfig clean
34 REGRESS_CLEANUP+= umount
35 umount: target
36 umount /mnt/regress-nfs-client
40 -umount -f -t nfs -h 127.0.0.1 -a
45 -umount -f /dev/vnd0c 2>/dev/null || true
/openbsd/src/regress/sys/ffs/ffs/
DMakefile7 .PHONY: disk mount umount unconfig clean
19 REGRESS_CLEANUP+= umount
20 umount: target
21 umount /mnt/regress-ffs
25 -umount -f /dev/vnd0c 2>/dev/null || true
/openbsd/src/usr.sbin/installboot/
Defi_installboot.c257 goto umount; in write_filesystem()
262 goto umount; in write_filesystem()
267 goto umount; in write_filesystem()
272 goto umount; in write_filesystem()
280 goto umount; in write_filesystem()
285 goto umount; in write_filesystem()
294 goto umount; in write_filesystem()
302 goto umount; in write_filesystem()
310 goto umount; in write_filesystem()
324 goto umount; in write_filesystem()
[all …]
Dloongson_installboot.c171 goto umount; in write_filesystem()
176 goto umount; in write_filesystem()
185 goto umount; in write_filesystem()
193 goto umount; in write_filesystem()
198 umount: in write_filesystem()
Di386_installboot.c356 goto umount; in write_filesystem()
361 goto umount; in write_filesystem()
366 goto umount; in write_filesystem()
371 goto umount; in write_filesystem()
383 goto umount; in write_filesystem()
388 goto umount; in write_filesystem()
397 goto umount; in write_filesystem()
405 goto umount; in write_filesystem()
410 goto umount; in write_filesystem()
418 goto umount; in write_filesystem()
[all …]
Dpowerpc64_installboot.c235 goto umount; in write_filesystem()
243 goto umount; in write_filesystem()
253 goto umount; in write_filesystem()
263 goto umount; in write_filesystem()
274 umount: in write_filesystem()
Dmacppc_installboot.c226 goto umount; in write_filesystem()
234 goto umount; in write_filesystem()
239 umount: in write_filesystem()
Docteon_installboot.c226 goto umount; in write_filesystem()
234 goto umount; in write_filesystem()
239 umount: in write_filesystem()
/openbsd/src/regress/sys/nfs/
DMakefile6 .PHONY: disk nfs mount killnc umount unconfig clean
39 REGRESS_CLEANUP+= umount
40 umount: target
41 umount /mnt/regress-nfs-client
45 -umount -f -t nfs -h 127.0.0.1 -a || true
50 -umount -f /dev/vnd0c 2>/dev/null || true
/openbsd/src/regress/sys/fileops/
DMakefile.inc28 REGRESS_CLEANUP+= umount
29 umount:
30 umount -f ${FILEOPS_MNT} || true
34 -umount -f /dev/$$(<vnd)c 2>/dev/null || true
/openbsd/src/regress/sys/kern/mount/
DMakefile36 -umount -f /dev/$$(<vnd)a 2>/dev/null || true
55 ! umount /mnt/regress-mount
56 umount -f /mnt/regress-mount
73 umount -f /mnt/regress-mount
106 umount /mnt/regress-mount
126 umount /mnt/regress-mount
/openbsd/src/regress/sys/mfs_noperm/
DMakefile15 REGRESS_CLEANUP= umount
24 umount: target
25 umount -f ${MNT} || true
/openbsd/src/sbin/umount/
DMakefile3 PROG= umount
4 MAN= umount.8
/openbsd/src/distrib/special/umount/
DMakefile3 PROG= umount
9 .PATH: ${.CURDIR}/../../../sbin/umount
/openbsd/src/distrib/armv7/miniroot/
DMakefile.inc45 umount ${MOUNT_POINT}
52 umount ${MOUNT_POINT}
60 -umount -f ${MOUNT_POINT}
/openbsd/src/distrib/riscv64/ramdisk/
DMakefile34 umount ${MOUNT_POINT}
40 umount ${MOUNT_POINT}
77 -umount -f ${MOUNT_POINT}
/openbsd/src/distrib/powerpc64/ramdisk/
DMakefile36 umount ${MOUNT_POINT}
42 umount ${MOUNT_POINT}
76 -umount -f ${MOUNT_POINT}
/openbsd/src/distrib/arm64/ramdisk/
DMakefile55 umount ${MOUNT_POINT}
78 umount ${MOUNT_POINT}
84 umount ${MOUNT_POINT}
133 -umount -f ${MOUNT_POINT}
/openbsd/src/distrib/alpha/miniroot/
DMakefile31 umount ${MOUNT_POINT}
60 umount ${MOUNT_POINT}
102 -umount -f ${MOUNT_POINT}

12345