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

/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c636 struct vnode_attr va_fetch; local
697 VATTR_INIT(&va_fetch);
698 VATTR_WANTED(&va_fetch, va_flags);
699 error = vnode_getattr(vp, &va_fetch, decmpfs_ctx);
705 if (va_fetch.va_flags & UF_COMPRESSED) {
789 struct vnode_attr va_fetch; local
791 VATTR_INIT(&va_fetch);
792 VATTR_WANTED(&va_fetch, va_flags);
793 error = vnode_getattr(vp, &va_fetch, decmpfs_ctx);
797 old_flags = va_fetch
[all...]

Completed in 21 milliseconds