Home
last modified time | relevance | path

Searched refs:fvd (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/vfs/
H A Dvfs_attrlist.c3529 kfree_data(fvd->fv_buf, fvd->fv_bufallocsiz); in refill_fd_direntries()
3544 if (fvd->fv_offset && fvd->fv_bufallocsiz) { in refill_fd_direntries()
3581 fvd->fv_soff = fvd->fv_eoff; in refill_fd_direntries()
3601 kfree_data(fvd->fv_buf, fvd->fv_bufallocsiz); in refill_fd_direntries()
3628 kfree_data(fvd->fv_buf, fvd->fv_bufallocsiz); in refill_fd_direntries()
3668 *dpp = (struct direntry *)(fvd->fv_buf + fvd->fv_bufdone); in get_direntry()
3680 dp = (struct direntry *)(fvd->fv_buf + fvd->fv_bufdone); in direntry_done()
3683 if (fvd->fv_bufdone > fvd->fv_bufsiz) { in direntry_done()
3684 fvd->fv_bufdone = fvd->fv_bufsiz; in direntry_done()
3687 fvd->fv_bufdone = fvd->fv_bufsiz; in direntry_done()
[all …]
/xnu-11215/bsd/sys/
H A Dvnode_internal.h352 #define FV_LOCK(fvd) lck_mtx_lock(&(((struct fd_vn_data *)fvd)->fv_lock)) argument
353 #define FV_UNLOCK(fvd) lck_mtx_unlock(&(((struct fd_vn_data *)fvd)->fv_lock)) argument