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

/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h327 * if the file is not compressed or if hfs_file_is_compressed() hasn't
331 int hfs_file_is_compressed(struct cnode *cp, int skiplock);
H A Dhfs_vnops.c321 * hfs_file_is_compressed(): returns 1 if the file is compressed, and 0 (zero) if not.
327 hfs_file_is_compressed(struct cnode *cp, int skiplock) function
391 /* this double check for compression (hfs_file_is_compressed)
396 if (hfs_file_is_compressed(VTOC(vp), skiplock) ) {
430 if (!hfs_file_is_compressed(cp, skiplock))
440 if (!hfs_file_is_compressed(cp, skiplock))
652 if ( hfs_file_is_compressed(cp, 1) ) { /* 1 == don't take the cnode lock */
669 if (hfs_file_is_compressed(cp, 1) ) { /* 1 == don't take the cnode lock */
898 compressed = hfs_file_is_compressed(cp, 0);
1484 if (hfs_file_is_compressed(VTO
[all...]
H A Dhfs_readwrite.c159 int compressed = hfs_file_is_compressed(VTOC(vp), 1); /* 1 == don't take the cnode lock */
320 if ( hfs_file_is_compressed(VTOC(vp), 1) ) { /* 1 == don't take the cnode lock */
1603 compressed = hfs_file_is_compressed(VTOC(vp), 0);
2365 * Even if '0/skiplock' is passed in 2nd argument to hfs_file_is_compressed,
2370 * and trying to fill in the hfs_file_is_compressed info during the callback
2384 (void) hfs_file_is_compressed (cp, 0); /* ok to take lock */
2921 if ( hfs_file_is_compressed(VTOC(vp), 1) ) { /* 1 == don't take the cnode lock */
4361 int compressed = hfs_file_is_compressed(VTOC(vp), 1); /* 1 == don't take the cnode lock */
H A Dhfs_attrlist.c221 int compressed = hfs_file_is_compressed(VTOC(dvp), 0); /* 0 == take the cnode lock */
1014 handle_compressed = (cattrp->ca_flags & UF_COMPRESSED);// && hfs_file_is_compressed(VTOC(vp), 1);
1648 handle_compressed = (cattrp->ca_flags & UF_COMPRESSED);// && hfs_file_is_compressed(VTOC(vp), 1);
H A Dhfs_xattr.c1746 int compressed = hfs_file_is_compressed(cp, 1); /* 1 == don't take the cnode lock */

Completed in 328 milliseconds