Home
last modified time | relevance | path

Searched defs:vnode (Results 1 – 19 of 19) sorted by relevance

/minix3/minix/servers/vfs/
H A Dvnode.h4 EXTERN struct vnode { struct
13 int v_ref_count; /* # times vnode used; 0 means slot is free */ argument
23 } vnode[NR_VNODES]; argument
/minix3/sys/sys/
H A Dvnode.h137 struct vnode { struct
150 int (**v_op)(void *); /* :: vnode operations vector */ argument
152 struct vnodelst *v_freelisthd; /* f: which freelist? */ argument
156 TAILQ_ENTRY(vnode) v_synclist; /* s: vnodes with dirty bufs */ argument
166 enum vtype v_type; /* :: vnode type */ argument
168 krwlock_t v_lock; /* v: lock for this vnode */ argument
170 struct klist v_klist; /* i: notes attached to vnode */ argument
/minix3/sys/ufs/lfs/
H A Dlfs_itimes.c43 #define vnode uvnode macro
/minix3/usr.sbin/makefs/ffs/
H A Dbuf.h58 struct vnode { struct
78 int bread(struct vnode *, daddr_t, int, int, struct buf **); argument
/minix3/sys/fs/udf/
H A Dudf_strat_bootstrap.c68 #define VTOI(vnode) ((struct udf_node *) vnode->v_data) argument
H A Dudf_strat_direct.c69 #define VTOI(vnode) ((struct udf_node *) vnode->v_data) argument
H A Dudf_vfsops.c71 #define VTOI(vnode) ((struct udf_node *) vnode->v_data) argument
H A Dudf_rename.c65 #define VTOI(vnode) ((struct udf_node *) (vnode)->v_data) argument
H A Dudf_strat_sequential.c69 #define VTOI(vnode) ((struct udf_node *) vnode->v_data) argument
H A Dudf_readwrite.c69 #define VTOI(vnode) ((struct udf_node *) vnode->v_data) argument
H A Dudf_strat_rmw.c69 #define VTOI(vnode) ((struct udf_node *) (vnode)->v_data) argument
H A Dudf_vnops.c68 #define VTOI(vnode) ((struct udf_node *) (vnode)->v_data) argument
H A Dudf.h368 struct vnode *vnode; /* vnode associated */ member
H A Dudf_allocation.c70 #define VTOI(vnode) ((struct udf_node *) vnode->v_data) argument
H A Dudf_subr.c71 #define VTOI(vnode) ((struct udf_node *) (vnode)->v_data) argument
/minix3/sys/fs/v7fs/
H A Dv7fs_extern.h54 struct vnode *vnode; /* back-link */ member
H A Dv7fs_impl.h124 void *vnode; /* NetBSD kernel */ member
/minix3/sys/ufs/chfs/
H A Dchfs_scan.c107 struct chfs_flash_vnode *vnode = buf; in chfs_scan_check_vnode() local
H A Dchfs_gc.c961 struct vnode *vnode = NULL; in chfs_gcollect_dirent() local