Home
last modified time | relevance | path

Searched refs:secpolicy_fs_minfree (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpolicy.h97 int secpolicy_fs_minfree(const cred_t *, const struct vfs *);
/illumos-gate/usr/src/uts/common/fs/ufs/
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()
/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c898 secpolicy_fs_minfree(const cred_t *cr, const vfs_t *vfsp) in secpolicy_fs_minfree() function