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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c1461 static int get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context);
1616 if ((error = get_xattrinfo(xvp, 0, &ainfo, context))) {
1748 * That means we probably have to open_xattrfile and get_xattrinfo.
1774 if ((error = get_xattrinfo(xvp, ATTR_SETTING, &ainfo, context))) {
2127 if ((error = get_xattrinfo(xvp, 0, &ainfo, context))) {
2333 if ((error = get_xattrinfo(xvp, 0, &ainfo, context))) {
2710 get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context) function
2828 printf("get_xattrinfo: resource fork not last entry\n");

Completed in 69 milliseconds