Home
last modified time | relevance | path

Searched refs:secpolicy_fs_quota (Results 1 – 3 of 3) 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()
372 if (secpolicy_fs_quota(cr, ufsvfsp->vfs_vfs) != 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dpolicy.h99 int secpolicy_fs_quota(const cred_t *, const struct vfs *);
/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c889 secpolicy_fs_quota(const cred_t *cr, const vfs_t *vfsp) in secpolicy_fs_quota() function