HomeSort by: relevance | last modified time | path
    Searched refs:MNT_GETARGS (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/sbin/mount_puffs/
mount_puffs.c 65 if (mount(MOUNT_PUFFS, mountpoint, MNT_GETARGS, &kargs, sizeof(kargs)) == -1)
145 mntflags |= MNT_GETARGS;
166 if (mntflags & MNT_GETARGS) {
  /src/sys/sys/
fstypes.h 208 #define MNT_GETARGS 0x00400000 /* retrieve file system specific args */
210 #define MNT_OP_FLAGS (MNT_UPDATE|MNT_RELOAD|MNT_FORCE|MNT_GETARGS)
216 { MNT_GETARGS, 1, "retrieve mount arguments" },
254 "\27MNT_GETARGS" \
  /src/include/
mntopts.h 74 #define MOPT_GETARGS { "getargs", 0, MNT_GETARGS, 0 }
  /src/sbin/mount_fdesc/
mount_fdesc.c 142 if (*mntflags & MNT_GETARGS)
  /src/sbin/mount_kernfs/
mount_kernfs.c 142 if (*mntflags & MNT_GETARGS)
  /src/sbin/mount_procfs/
mount_procfs.c 153 if (mntflags & MNT_GETARGS) {
  /src/sbin/mount_cd9660/
mount_cd9660.c 185 if ((*mntflags & MNT_GETARGS) == 0)
217 if (mntflags & MNT_GETARGS) {
  /src/sbin/mount_autofs/
mount_autofs.c 126 if (mntflags & MNT_GETARGS) {
  /src/sbin/mount_union/
mount_union.c 128 if (mntflags & MNT_GETARGS) {
  /src/sbin/mount_v7fs/
mount_v7fs.c 130 if (mntflags & MNT_GETARGS) {
  /src/sbin/mount_ados/
mount_ados.c 146 if (mntflags & MNT_GETARGS) {
  /src/sbin/mount_filecore/
mount_filecore.c 185 if (mntflags & MNT_GETARGS) {
  /src/sbin/mount_nilfs/
mount_nilfs.c 167 if (mntflags & MNT_GETARGS) {
  /src/sbin/mount_ntfs/
mount_ntfs.c 160 if (mntflags & MNT_GETARGS) {
  /src/sbin/mount_ptyfs/
mount_ptyfs.c 211 if (mntflags & MNT_GETARGS) {
  /src/sys/compat/netbsd32/
netbsd32_fs.c 828 if ((flags & MNT_GETARGS) == 0) {
852 if ((flags & MNT_GETARGS) == 0) {
873 if ((flags & MNT_GETARGS) == 0) {
887 if ((flags & MNT_GETARGS) == 0) {
904 if ((flags & MNT_GETARGS) == 0) {
934 if ((flags & MNT_GETARGS) == 0) {
968 /* XXX: NFS requires copyin even with MNT_GETARGS */
969 if ((flags & MNT_GETARGS) == 0) {
996 if ((flags & MNT_GETARGS) == 0) {
1016 if (flags & MNT_GETARGS) {
    [all...]
  /src/sbin/mount_lfs/
mount_lfs.c 201 || (mntflags & MNT_GETARGS))
  /src/sbin/mount_msdos/
mount_msdos.c 203 if (mntflags & MNT_GETARGS) {
  /src/sbin/mount_udf/
mount_udf.c 195 if (mntflags & MNT_GETARGS) {
  /src/sbin/mount_umap/
mount_umap.c 248 if (mntflags & MNT_GETARGS) {
  /src/tests/fs/vfs/
t_rwtoro.c 77 mount_args_length = rump_sys_mount(sbuf.f_fstypename, mp, MNT_GETARGS,
  /src/sys/miscfs/nullfs/
null_vfsops.c 112 if (mp->mnt_flag & MNT_GETARGS) {
  /src/sys/miscfs/overlay/
overlay_vfsops.c 119 if (mp->mnt_flag & MNT_GETARGS) {
  /src/sbin/newfs/
newfs.c 455 if (mntflags & (MNT_GETARGS | MNT_UPDATE)) {
456 if ((mntflags & MNT_GETARGS) == 0)
461 if (mntflags & MNT_GETARGS)
  /src/sbin/mount_nfs/
mount_nfs.c 179 if ((mntflags & MNT_GETARGS) != 0) {
458 if (mntflags & MNT_GETARGS) {

Completed in 95 milliseconds

1 2 3