Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_xattr.c1519 static void remove_xattrfile(struct fileglob *xfg, vnode_t xvp, vfs_context_t context);
2446 remove_xattrfile(xfg, xvp, context); in default_removexattr_vfs()
2998 remove_xattrfile(xfg, xvp, context); in default_removexattr_doubleagent()
3277 remove_xattrfile(fg, xvp, context); in open_xattrfile()
3288 remove_xattrfile(NULL, xvp, context); in open_xattrfile()
3356 remove_xattrfile(struct fileglob *xfg, vnode_t xvp, vfs_context_t context) in remove_xattrfile() function