Searched defs:vnode (Results 1 – 19 of 19) sorted by relevance
4 EXTERN struct vnode { struct13 int v_ref_count; /* # times vnode used; 0 means slot is free */ argument23 } vnode[NR_VNODES]; argument
137 struct vnode { struct150 int (**v_op)(void *); /* :: vnode operations vector */ argument152 struct vnodelst *v_freelisthd; /* f: which freelist? */ argument156 TAILQ_ENTRY(vnode) v_synclist; /* s: vnodes with dirty bufs */ argument166 enum vtype v_type; /* :: vnode type */ argument168 krwlock_t v_lock; /* v: lock for this vnode */ argument170 struct klist v_klist; /* i: notes attached to vnode */ argument
43 #define vnode uvnode macro
58 struct vnode { struct78 int bread(struct vnode *, daddr_t, int, int, struct buf **); argument
68 #define VTOI(vnode) ((struct udf_node *) vnode->v_data) argument
69 #define VTOI(vnode) ((struct udf_node *) vnode->v_data) argument
71 #define VTOI(vnode) ((struct udf_node *) vnode->v_data) argument
65 #define VTOI(vnode) ((struct udf_node *) (vnode)->v_data) argument
69 #define VTOI(vnode) ((struct udf_node *) (vnode)->v_data) argument
68 #define VTOI(vnode) ((struct udf_node *) (vnode)->v_data) argument
368 struct vnode *vnode; /* vnode associated */ member
70 #define VTOI(vnode) ((struct udf_node *) vnode->v_data) argument
71 #define VTOI(vnode) ((struct udf_node *) (vnode)->v_data) argument
54 struct vnode *vnode; /* back-link */ member
124 void *vnode; /* NetBSD kernel */ member
107 struct chfs_flash_vnode *vnode = buf; in chfs_scan_check_vnode() local
961 struct vnode *vnode = NULL; in chfs_gcollect_dirent() local