Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/ufs/ufs/
HDufs_acl.c384 error = vn_extattr_rm(vp, IO_NODELOCKED, in ufs_setacl_nfs4_internal()
545 error = vn_extattr_rm(ap->a_vp, IO_NODELOCKED, in ufs_setacl_posix1e()
/freebsd-14-stable/sys/fs/ext2fs/
HDext2_acl.c416 error = vn_extattr_rm(ap->a_vp, IO_NODELOCKED, in ext2_setacl_posix1e()
/freebsd-14-stable/sys/sys/
HDvnode.h816 int vn_extattr_rm(struct vnode *vp, int ioflg, int attrnamespace,
/freebsd-14-stable/sys/kern/
HDvfs_vnops.c2332 vn_extattr_rm(struct vnode *vp, int ioflg, int attrnamespace, in vn_extattr_rm() function