Searched refs:vfs_devmounting (Results 1 – 7 of 7) sorted by relevance
530 int vfs_devmounting(dev_t, struct vfs *);
501 if (vfs_devmounting(*pseudodev, vfsp)) { in pcfs_device_ismounted()516 if (vfs_devmounting(*pseudodev, vfsp)) { in pcfs_device_ismounted()
1401 if (vfs_devmounting(dev, vfsp)) in hs_getmdev()
1141 if ((vfs_devmounting(dev, vfsp)) || in snap_ioctl()
400 vfs_devmounting(dev, vfsp)) { in ufs_mount()
243 if (vfs_devmounting(dev, vfsp)) { in udf_mount()
3768 vfs_devmounting(dev_t dev, struct vfs *vfsp) in vfs_devmounting() function