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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cprotect.c938 error = hfs_getxattr_internal(NULL, &args, hfsmp, 1);
1250 error = hfs_getxattr_internal(cp, &args, VTOHFS(cp->c_vp), 0);
1314 error = hfs_getxattr_internal(cp, &args, VTOHFS(cp->c_vp), 0);
H A Dhfs.h859 int hfs_getxattr_internal(struct cnode *, struct vnop_getxattr_args *,
H A Dhfs_xattr.c413 result = hfs_getxattr_internal (cp, ap, VTOHFS(cp->c_vp), 0);
440 int hfs_getxattr_internal (struct cnode *cp, struct vnop_getxattr_args *ap, function
929 * See comments from hfs_getxattr_internal on why we need to pass 'hfsmp' and fileid here.

Completed in 68 milliseconds