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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h625 int hfs_vnop_getxattr(struct vnop_getxattr_args *); /* in hfs_xattr.c */
H A Dhfs_vnops.c5996 { &vnop_getxattr_desc, (VOPFUNC)hfs_vnop_getxattr},
6058 { &vnop_getxattr_desc, (VOPFUNC)hfs_vnop_getxattr},
H A Dhfs_xattr.c263 hfs_vnop_getxattr(struct vnop_getxattr_args *ap) function
428 * and to re-enter hfs_vnop_getxattr would cause us to double-lock the cnode. Instead,

Completed in 34 milliseconds