Lines Matching refs:vfsp
169 getflabel_cipso(vfs_t *vfsp) in getflabel_cipso() argument
177 if (vfsp->vfs_resource == NULL) in getflabel_cipso()
179 resource_ref = vfs_getresource(vfsp); in getflabel_cipso()
230 getflabel_zfs(vfs_t *vfsp) in getflabel_zfs() argument
239 resource_ref = vfs_getresource(vfsp); in getflabel_zfs()
256 getflabel_nfs(vfs_t *vfsp) in getflabel_nfs() argument
268 mi = VFTOMI(vfsp); in getflabel_nfs()
291 return (getflabel_cipso(vfsp)); in getflabel_nfs()
318 vfs_t *vfsp, *rvfsp; in getflabel() local
327 vfsp = vp->v_vfsp; in getflabel()
328 if (vfsp == NULL) in getflabel()
392 if (vfsp->vfs_mntpt != NULL) { in getflabel()
393 VFS_HOLD(vfsp); in getflabel()
403 if ((zone != global_zone) || ((vfsp->vfs_flag & VFS_RDONLY) != 0)) in getflabel()
445 mntpt_ref = vfs_getmntpoint(vfsp); in getflabel()
465 nvfs = vfsp->vfs_next; in getflabel()
466 while (nvfs != vfsp) { in getflabel()
509 VFS_RELE(vfsp); in getflabel()
522 VFS_RELE(vfsp); in getflabel()