Searched refs:creator (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c95 static int getshadowfile(vnode_t vp, vnode_t *svpp, int makestream, size_t *rsrcsize, int *creator, vfs_context_t context);
516 * shadow stream file initialization by the creator will get opportunity
681 int *creator, vfs_context_t context)
693 *creator = 0;
772 *creator = 1;
826 int creator; local
840 error = getshadowfile(vp, &svp, 0, &datasize, &creator, context);
847 * The creator of the shadow file provides its file data,
853 * then we can infer the creator isn't done yet. If it's there, but
857 if (!creator) {
680 getshadowfile(vnode_t vp, vnode_t *svpp, int makestream, size_t *rsrcsize, int *creator, vfs_context_t context) argument
971 int creator; local
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c441 u_int32_t type, creator; local
450 creator = SWAP_BE32(recp->userInfo.fdCreator);
453 if ((type == kHardLinkFileType && creator == kHFSPlusCreator) &&
457 } else if ((type == kHFSAliasType && creator == kHFSAliasCreator) &&

Completed in 31 milliseconds