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

/darwin-on-arm/xnu/bsd/sys/
H A Ddecmpfs.h120 int decmpfs_decompress_file(vnode_t vp, decmpfs_cnode *cp, off_t toSize, int truncate_okay, int skiplock); /* if toSize == -1, decompress the entire file */
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c471 error = decmpfs_decompress_file(data_vp, VTOCMP(data_vp), -1, 1, 0);
1189 error = decmpfs_decompress_file(vp, dp, -1/*vap->va_data_size*/, 0, 1);
1654 if ( 0 != ( error = decmpfs_decompress_file(from_vp, VTOCMP(from_vp), -1, 0, 1) ) ) {
1660 if ( 0 != ( error = decmpfs_decompress_file(to_vp, VTOCMP(to_vp), -1, 0, 1) ) ) {
H A Dhfs_xattr.c180 error = decmpfs_decompress_file(vp, VTOCMP(vp), -1, 1, 0);
679 result = decmpfs_decompress_file(vp, VTOCMP(vp), -1, 1, 0);
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c1129 if the file is converting, this must be a recursive call to pagein from underneath a call to decmpfs_decompress_file;
1486 decmpfs_decompress_file(vnode_t vp, decmpfs_cnode *cp, off_t toSize, int truncate_okay, int skiplock) function
1536 this shouldn't happen since multiple calls to decmpfs_decompress_file lock each other out,
1537 and when decmpfs_decompress_file returns, the state should be always be set back to

Completed in 104 milliseconds