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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.h431 u_int8_t forktype,
437 u_int8_t forktype,
H A Dhfs_catalog.c4365 u_int8_t forktype, struct cat_desc *outdescp,
4408 if (forktype == kHFSResourceForkType) {
4441 cat_update_dirlink(struct hfsmount *hfsmp, u_int8_t forktype, argument
4444 if (forktype == kHFSResourceForkType) {
4364 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
H A Dhfs_vfsops.c5828 * Reclaim space at the end of a volume for given file and forktype.
5850 * forktype The type of fork that needs relocated,
5864 u_int8_t forktype, u_long allocLimit, vfs_context_t context)
5902 extent_info->forkType = forktype;
5974 printf("hfs_reclaim_file: === Start reclaiming %sfork for %sid=%u ===\n", (forktype ? "rsrc" : "data"), (extent_info->is_dirlink ? "dirlink" : "file"), fileID);
5999 error = cat_lookup_dirlink(hfsmp, fileID, forktype,
6051 key->forkType = forktype;
6093 if ((key->fileID != fileID) || (key->forkType != forktype)) {
6136 printf("hfs_reclaim_file: === Finished relocating %sfork for fileid=%u (error=%d) ===\n", (forktype ? "rsrc" : "data"), fileID, error);
5863 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

Completed in 32 milliseconds