Searched refs:null_checkvp (Results 1 – 2 of 2) sorted by relevance
79 struct vnode *null_checkvp(struct vnode *vp, char *fil, int lno);80 #define NULLVPTOLOWERVP(vp) null_checkvp((vp), __FILE__, __LINE__)
321 null_checkvp(struct vnode *vp, char *fil, int lno) in null_checkvp() function