Home
last modified time | relevance | path

Searched refs:vfs_deleteopt (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/spl/
HDspl_vfs.c101 vfs_deleteopt(vfsp->mnt_opt, name); in vfs_clearmntopt()
/freebsd-14-stable/sys/kern/
HDvfs_export.c433 vfs_deleteopt(mp->mnt_optnew, "export"); in vfs_export()
434 vfs_deleteopt(mp->mnt_opt, "export"); in vfs_export()
HDvfs_mount.c223 vfs_deleteopt(struct vfsoptlist *opts, const char *name) in vfs_deleteopt() function
1396 vfs_deleteopt(*optlist, "fsid"); in vfs_domount_update()
/freebsd-14-stable/sys/ufs/ffs/
HDffs_vfsops.c379 vfs_deleteopt(mp->mnt_optnew, "groupquota"); in ffs_mount()
380 vfs_deleteopt(mp->mnt_optnew, "userquota"); in ffs_mount()
399 vfs_deleteopt(mp->mnt_optnew, "snapshot"); in ffs_mount()
400 vfs_deleteopt(mp->mnt_opt, "snapshot"); in ffs_mount()
/freebsd-14-stable/sys/sys/
HDmount.h1008 void vfs_deleteopt(struct vfsoptlist *opts, const char *name);