Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbindfs.h141 #define BINDVPTOLOWERVID(vp) (VTOBIND(vp)->bind_lowervid) macro
H A Dbind_vnops.c520 if (vnode_getwithvid(lvp, BINDVPTOLOWERVID(vp)) == 0) { in bindfs_pagein()
616 if (vnode_getwithvid(lvp, BINDVPTOLOWERVID(vp)) == 0) { in bindfs_read()
691 if ((result = vnode_getwithvid(lvp, BINDVPTOLOWERVID(in_vp)))) { in bindfs_getbackingvnode()