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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c5043 struct filefork *dirlink_fork; /* For directory hard links, fp points actually to this */ member in struct:hfs_reclaim_extent_info
5757 &(extent_info->dirlink_fork->ff_data));
5982 MALLOC(extent_info->dirlink_fork, struct filefork *,
5986 (extent_info->dirlink_fork == NULL)) {
5995 fp = extent_info->dirlink_fork;
5996 bzero(extent_info->dirlink_fork, sizeof(struct filefork));
5997 extent_info->dirlink_fork->ff_cp = cp;
6001 &(extent_info->dirlink_fork->ff_data));
6123 if (extent_info->dirlink_fork) {
6124 FREE(extent_info->dirlink_fork, M_TEM
[all...]

Completed in 22 milliseconds