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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.h301 * if the file is not compressed or if hfs_file_is_compressed() hasn't
305 int hfs_file_is_compressed(struct cnode *cp, int skiplock);
H A Dhfs_vnops.c327 * hfs_file_is_compressed(): returns 1 if the file is compressed, and 0 (zero) if not.
333 hfs_file_is_compressed(struct cnode *cp, int skiplock) function
397 /* this double check for compression (hfs_file_is_compressed)
402 if (hfs_file_is_compressed(VTOC(vp), skiplock) ) {
436 if (!hfs_file_is_compressed(cp, skiplock))
446 if (!hfs_file_is_compressed(cp, skiplock))
658 if ( hfs_file_is_compressed(cp, 1) ) { /* 1 == don't take the cnode lock */
675 if (hfs_file_is_compressed(cp, 1) ) { /* 1 == don't take the cnode lock */
896 compressed = hfs_file_is_compressed(cp, 0);
1422 if (hfs_file_is_compressed(VTO
[all...]
H A Dhfs_readwrite.c152 int compressed = hfs_file_is_compressed(VTOC(vp), 1); /* 1 == don't take the cnode lock */
301 if ( hfs_file_is_compressed(VTOC(vp), 1) ) { /* 1 == don't take the cnode lock */
1590 compressed = hfs_file_is_compressed(VTOC(vp), 0);
2508 * Even if '0/skiplock' is passed in 2nd argument to hfs_file_is_compressed,
2513 * and trying to fill in the hfs_file_is_compressed info during the callback
2527 (void) hfs_file_is_compressed (cp, 0); /* ok to take lock */
2958 if ( hfs_file_is_compressed(VTOC(vp), 1) ) { /* 1 == don't take the cnode lock */
4328 int compressed = hfs_file_is_compressed(VTOC(vp), 1); /* 1 == don't take the cnode lock */
H A Dhfs_attrlist.c143 int compressed = hfs_file_is_compressed(VTOC(dvp), 0); /* 0 == take the cnode lock */
853 handle_compressed = (cattrp->ca_flags & UF_COMPRESSED);// && hfs_file_is_compressed(VTOC(vp), 1);
H A Dhfs_xattr.c1715 int compressed = hfs_file_is_compressed(cp, 1); /* 1 == don't take the cnode lock */

Completed in 46 milliseconds