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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.h301 int hfs_hides_rsrc(vfs_context_t ctx, struct cnode *cp, int skiplock);
H A Dhfs_xattr.c133 int hide_rsrc = hfs_hides_rsrc(ap->a_context, VTOC(vp), 1);
176 if (hfs_hides_rsrc(ap->a_context, VTOC(vp), 1)) {
212 if (hfs_hides_rsrc(ap->a_context, VTOC(svp), 1)) {
1708 !hfs_hides_rsrc(ap->a_context, VTOC(vp), 1) /* 1 == don't take the cnode lock */
H A Dhfs_vnops.c428 hfs_hides_rsrc(vfs_context_t ctx, struct cnode *cp, int skiplock) function
700 hide_size = hfs_hides_rsrc(ap->a_context, cp, 0);
H A Dhfs_readwrite.c141 if (hfs_hides_rsrc(ap->a_context, VTOC(vp), 1)) { /* 1 == don't take the cnode lock */

Completed in 27 milliseconds