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

/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c164 vfs_context_t decmpfs_ctx; variable
275 int error = vnode_getattr(vp, &va, decmpfs_ctx);
466 err = vn_getxattr(vp, DECMPFS_XATTR_NAME, NULL, &attr_size, XATTR_NOSECURITY, decmpfs_ctx);
486 err = vn_getxattr(vp, DECMPFS_XATTR_NAME, attr_uio, &read_size, XATTR_NOSECURITY, decmpfs_ctx);
603 err = validate(vp, decmpfs_ctx, hdr);
699 error = vnode_getattr(vp, &va_fetch, decmpfs_ctx);
753 decompression_flags = get_flags(vp, decmpfs_ctx, hdr);
793 error = vnode_getattr(vp, &va_fetch, decmpfs_ctx);
867 if (ctx == decmpfs_ctx)
888 if (ctx == decmpfs_ctx)
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Ddecmpfs.h100 extern vfs_context_t decmpfs_ctx;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c430 if (ctx == decmpfs_ctx)
440 if (ctx == decmpfs_ctx)
H A Dhfs_xattr.c380 * In that case, we try again with the decmpfs_ctx context
383 result = VNOP_READ(rvp, uio, 0, decmpfs_ctx);

Completed in 29 milliseconds