Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/vfs/ !
H A Dvfs_xattr.c1543 static void remove_xattrfile(struct fileglob *xfg, vnode_t xvp, vfs_context_t context);
1977 remove_xattrfile(xfg, xvp, context); in default_setxattr_doubleagent()
2066 remove_xattrfile(xfg, xvp, context); in default_removexattr_doubleagent()
2320 remove_xattrfile(fg, xvp, context); in open_xattrfile()
2331 remove_xattrfile(NULL, xvp, context); in open_xattrfile()
2399 remove_xattrfile(struct fileglob *xfg, vnode_t xvp, vfs_context_t context) in remove_xattrfile() function