Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_extattr.c705 error = mac_vnode_check_listextattr(td->td_ucred, vp, attrnamespace); in extattr_list_vp()
/freebsd/sys/security/mac/
H A Dmac_vfs.c547 mac_vnode_check_listextattr(struct ucred *cred, struct vnode *vp, in mac_vnode_check_listextattr() function
H A Dmac_framework.h525 int mac_vnode_check_listextattr(struct ucred *cred, struct vnode *vp,
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c6983 error = mac_vnode_check_listextattr(cred, vp, EXTATTR_NAMESPACE_USER); in nfsvno_listxattr()