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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c94 static int getshadowfile(vnode_t vp, vnode_t *svpp, int makestream, size_t *rsrcsize, int *creator, vfs_context_t context);
515 * shadow stream file initialization by the creator will get opportunity
715 * creator of the shadow file.
720 * int pointed to by 'creator' is nonzero if we created the shadowfile.
724 int *creator, vfs_context_t context)
737 *creator = 0;
819 *creator = 1;
873 int creator; local
893 error = getshadowfile(vp, &svp, 0, &datasize, &creator, context);
900 * The creator o
723 getshadowfile(vnode_t vp, vnode_t *svpp, int makestream, size_t *rsrcsize, int *creator, vfs_context_t context) argument
1029 int creator; local
[all...]
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_search.c451 u_int32_t type, creator; local
460 creator = SWAP_BE32(recp->userInfo.fdCreator);
463 if ((type == kHardLinkFileType && creator == kHFSPlusCreator) &&
467 } else if ((type == kHFSAliasType && creator == kHFSAliasCreator) &&

Completed in 27 milliseconds