Home
last modified time | relevance | path

Searched refs:vfs_vfs (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c202 if (secpolicy_fs_quota(cr, ufsvfsp->vfs_vfs) != 0) in opendq()
293 vfs_setmntopt(ufsvfsp->vfs_vfs, MNTOPT_QUOTA, NULL, 0); in opendq()
372 if (secpolicy_fs_quota(cr, ufsvfsp->vfs_vfs) != 0) in closedq()
396 vfs_setmntopt(ufsvfsp->vfs_vfs, MNTOPT_NOQUOTA, NULL, 0); in closedq()
500 if (secpolicy_fs_quota(cr, ufsvfsp->vfs_vfs) != 0) in setquota()
686 secpolicy_fs_quota(cr, ufsvfsp->vfs_vfs) != 0) in getquota()
H A Dufs_snap.c78 if (secpolicy_fs_config(cr, ufsvfsp->vfs_vfs) != 0) in ufs_snap_create()
254 if ((*vpp)->v_vfsp == ufsvfsp->vfs_vfs) { in ufs_snap_init_backfile()
375 if (secpolicy_fs_config(cr, ufsvfsp->vfs_vfs) != 0) in ufs_snap_delete()
H A Dlufs.c631 sbupdate(ufsvfsp->vfs_vfs); in lufs_free()
796 sbupdate(ufsvfsp->vfs_vfs); in lufs_alloc()
920 vfs_lock_wait(ufsvfsp->vfs_vfs); in lufs_disable()
926 (void) ufs_flush(ufsvfsp->vfs_vfs); in lufs_disable()
944 vfs_setmntopt(ufsvfsp->vfs_vfs, MNTOPT_NOLOGGING, NULL, 0); in lufs_disable()
945 vfs_unlock(ufsvfsp->vfs_vfs); in lufs_disable()
992 vfs_t *vfsp = ufsvfsp->vfs_vfs; in lufs_enable()
H A Dufs_subr.c225 vfsp = ufsp->vfs_vfs; in ufs_update()
262 vfsp = ufsp->vfs_vfs; in ufs_update()
1210 vfsp = ufsp->vfs_vfs; in still_mounted()
H A Dufs_trans.c81 if ((ufsvfsp->vfs_vfs == NULL) || in ufs_trans_hlock()
277 error = ufs_iget(ufsvfsp->vfs_vfs, ino, &ip, kcred); in ufs_trans_push_inode()
H A Dufs_vnops.c1498 if (secpolicy_fs_config(cr, ufsvfsp->vfs_vfs) != 0) in ufs_ioctl()
1709 if (secpolicy_fs_config(cr, ufsvfsp->vfs_vfs) != 0) in ufs_ioctl()
1733 if (secpolicy_fs_config(cr, ufsvfsp->vfs_vfs) != 0) in ufs_ioctl()
1738 if (secpolicy_fs_config(cr, ufsvfsp->vfs_vfs) != 0) in ufs_ioctl()
1800 if (secpolicy_fs_config(cr, ufsvfsp->vfs_vfs) != 0) in ufs_ioctl()
1806 if (secpolicy_fs_config(cr, ufsvfsp->vfs_vfs) != 0) in ufs_ioctl()
2638 if (!(ip->i_ufsvfs->vfs_vfs->vfs_flag & VFS_XATTR)) in ufs_lookup()
3196 secpolicy_fs_linkdir(cr, ufsvfsp->vfs_vfs) != 0) || in ufs_link()
H A Dufs_alloc.c127 secpolicy_fs_minfree(cr, ufsvfsp->vfs_vfs) != 0) in alloc()
205 secpolicy_fs_minfree(cr, ufsvfsp->vfs_vfs) != 0) in realloccg()
H A Dufs_thread.c586 (void) ufs_delete_drain(ufsvfsp->vfs_vfs, 0, dolockfs); in ufs_delete_drain_wait()
H A Dufs_inode.c377 vp->v_vfsp = ufsvfsp->vfs_vfs; in ufs_alloc_inode()
H A Dufs_vfsops.c950 ufsvfsp->vfs_vfs = vfsp; in mountfs()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h710 struct vfs *vfs_vfs; /* back link */ member