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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.h295 * if the file is not compressed or if hfs_file_is_compressed() hasn't
299 int hfs_file_is_compressed(struct cnode *cp, int skiplock);
H A Dhfs_vnops.c323 * hfs_file_is_compressed(): returns 1 if the file is compressed, and 0 (zero) if not.
329 hfs_file_is_compressed(struct cnode *cp, int skiplock) function
393 /* this double check for compression (hfs_file_is_compressed)
398 if (hfs_file_is_compressed(VTOC(vp), skiplock) ) {
432 if (!hfs_file_is_compressed(cp, skiplock))
442 if (!hfs_file_is_compressed(cp, skiplock))
465 if ( hfs_file_is_compressed(cp, 1) ) { /* 1 == don't take the cnode lock */
482 if (hfs_file_is_compressed(cp, 1) ) { /* 1 == don't take the cnode lock */
703 compressed = hfs_file_is_compressed(cp, 0);
1188 if (hfs_file_is_compressed(VTO
[all...]
H A Dhfs_readwrite.c146 int compressed = hfs_file_is_compressed(VTOC(vp), 1); /* 1 == don't take the cnode lock */
297 if ( hfs_file_is_compressed(VTOC(vp), 1) ) { /* 1 == don't take the cnode lock */
1589 compressed = hfs_file_is_compressed(VTOC(vp), 0);
2524 if ( hfs_file_is_compressed(VTOC(vp), 1) ) { /* 1 == don't take the cnode lock */
3851 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 */
846 handle_compressed = (cattrp->ca_flags & UF_COMPRESSED);// && hfs_file_is_compressed(VTOC(vp), 1);
H A Dhfs_xattr.c1661 int compressed = hfs_file_is_compressed(cp, 1); /* 1 == don't take the cnode lock */

Completed in 89 milliseconds