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