Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vfs/
H A Dvfs_xattr.c1564 static void remove_xattrfile(struct fileglob *xfg, vnode_t xvp, vfs_context_t context);
2491 remove_xattrfile(xfg, xvp, context); in default_removexattr_vfs()
3043 remove_xattrfile(xfg, xvp, context); in default_removexattr_doubleagent()
3322 remove_xattrfile(fg, xvp, context); in open_xattrfile()
3333 remove_xattrfile(NULL, xvp, context); in open_xattrfile()
3401 remove_xattrfile(struct fileglob *xfg, vnode_t xvp, vfs_context_t context) in remove_xattrfile() function