Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c202 mp->mnt_vfsstat.f_fsid.val[1] = vfs_typenum(mp); in devfs_mount()
308 sbp->f_fsid.val[1] = vfs_typenum(mp); in devfs_statfs()
/xnu-12377.41.6/bsd/miscfs/routefs/
H A Droutefs_ops.c145 mp->mnt_vfsstat.f_fsid.val[1] = vfs_typenum(mp); in routefs_mount()
274 sbp->f_fsid.val[1] = vfs_typenum(mp); in routefs_statfs()
/xnu-12377.41.6/bsd/sys/
H A Dmount.h1196 int vfs_typenum(mount_t mp);
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_attrlist.c1491 ATTR_PACK_CAST(&ab, uint32_t, vfs_typenum(mnt)); in getvolattrlist()
H A Dkpi_vfs.c447 vfs_typenum(mount_t mp) in vfs_typenum() function