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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.h307 int hfs_hides_rsrc(vfs_context_t ctx, struct cnode *cp, int skiplock);
H A Dhfs_xattr.c131 int hide_rsrc = hfs_hides_rsrc(ap->a_context, VTOC(vp), 1);
174 if (hfs_hides_rsrc(ap->a_context, VTOC(vp), 1)) {
210 if (hfs_hides_rsrc(ap->a_context, VTOC(svp), 1)) {
1771 !hfs_hides_rsrc(ap->a_context, VTOC(vp), 1) /* 1 == don't take the cnode lock */
H A Dhfs_vnops.c432 hfs_hides_rsrc(vfs_context_t ctx, struct cnode *cp, int skiplock) function
893 hide_size = hfs_hides_rsrc(ap->a_context, cp, 0);
H A Dhfs_readwrite.c147 if (hfs_hides_rsrc(ap->a_context, VTOC(vp), 1)) { /* 1 == don't take the cnode lock */

Completed in 41 milliseconds