Searched refs:xattrfile_remove (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | kpi_vfs.c | 144 static void xattrfile_remove(vnode_t dvp, const char *basename, 3589 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, 0); in VNOP_COMPOUND_OPEN() 3640 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, 0); in VNOP_CREATE() 4359 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, 1); in VNOP_REMOVE() 4399 xattrfile_remove(dvp, ndp->ni_cnd.cn_nameptr, ctx, 1); in VNOP_COMPOUND_REMOVE() 5040 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, 0); in VNOP_MKDIR() 5077 xattrfile_remove(dvp, ndp->ni_cnd.cn_nameptr, ctx, 0); in VNOP_COMPOUND_MKDIR() 5146 xattrfile_remove(dvp, cnp->cn_nameptr, ctx, 1); in VNOP_RMDIR() 5187 xattrfile_remove(dvp, ndp->ni_cnd.cn_nameptr, ctx, 0); in VNOP_COMPOUND_RMDIR() 5216 xattrfile_remove(vnode_t dvp, const char * basename, vfs_context_t ctx, int force) in xattrfile_remove() function [all …]
|