Searched refs:vfs_devmounting (Results 1 – 7 of 7) sorted by relevance
529 int vfs_devmounting(dev_t, struct vfs *);
507 if (vfs_devmounting(*pseudodev, vfsp)) { in pcfs_device_ismounted()522 if (vfs_devmounting(*pseudodev, vfsp)) { in pcfs_device_ismounted()
1402 if (vfs_devmounting(dev, vfsp)) in hs_getmdev()
1141 if ((vfs_devmounting(dev, vfsp)) || in snap_ioctl()
401 vfs_devmounting(dev, vfsp)) { in ufs_mount()
244 if (vfs_devmounting(dev, vfsp)) { in udf_mount()
3708 vfs_devmounting(dev_t dev, struct vfs *vfsp) in vfs_devmounting() function