Home
last modified time | relevance | path

Searched refs:fs_acl_nontrivial (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.h94 extern int fs_acl_nontrivial(struct vnode *vp, struct cred *cr);
H A Dfs_subr.c740 fs_acl_nontrivial(vnode_t *vp, cred_t *cr) in fs_acl_nontrivial() function
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c697 if (fs_acl_nontrivial(avp, cr)) in devfs_setsecattr()
H A Ddevfs_subr.c757 if (fs_acl_nontrivial(rvp, cred)) in dv_shadow_node()