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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.h492 u_int8_t forktype,
498 u_int8_t forktype,
H A Dhfs_resize.c1970 * Reclaim space at the end of a volume for given file and forktype.
1992 * forktype The type of fork that needs relocated,
2006 u_int8_t forktype, u_long allocLimit, vfs_context_t context)
2044 extent_info->forkType = forktype;
2116 printf("hfs_reclaim_file: === Start reclaiming %sfork for %sid=%u ===\n", (forktype ? "rsrc" : "data"), (extent_info->is_dirlink ? "dirlink" : "file"), fileID);
2141 error = cat_lookup_dirlink(hfsmp, fileID, forktype,
2193 key->forkType = forktype;
2235 if ((key->fileID != fileID) || (key->forkType != forktype)) {
2278 printf("hfs_reclaim_file: === Finished relocating %sfork for fileid=%u (error=%d) ===\n", (forktype ? "rsrc" : "data"), fileID, error);
2005 hfs_reclaim_file(struct hfsmount *hfsmp, struct vnode *vp, u_int32_t fileID, u_int8_t forktype, u_long allocLimit, vfs_context_t context) argument
H A Dhfs_catalog.c4729 u_int8_t forktype, struct cat_desc *outdescp,
4772 if (forktype == kHFSResourceForkType) {
4805 cat_update_dirlink(struct hfsmount *hfsmp, u_int8_t forktype, argument
4808 if (forktype == kHFSResourceForkType) {
4728 cat_lookup_dirlink(struct hfsmount *hfsmp, cnid_t dirlink_id, u_int8_t forktype, struct cat_desc *outdescp, struct cat_attr *attrp, struct cat_fork *forkp) argument

Completed in 50 milliseconds