Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_xattr.c1478 static int remove_xattrfile(vnode_t xvp, vfs_context_t context);
2331 error = remove_xattrfile(xvp, context); in default_removexattr()
2671 (void) remove_xattrfile(xvp, context); in open_xattrfile()
2717 remove_xattrfile(vnode_t xvp, vfs_context_t context) in remove_xattrfile() function