Home
last modified time | relevance | path

Searched defs:v7fs_node (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/fs/v7fs/
H A Dv7fs_extern.h51 struct v7fs_node { struct
52 struct genfs_node gnode;
53 struct v7fs_inode inode; /* filesystem dependent implementation */
54 struct vnode *vnode; /* back-link */
55 struct v7fs_mount *v7fsmount; /* our filesystem */
56 struct lockf *lockf; /* advlock */
58 int update_ctime;
59 int update_atime;
60 int update_mtime;
H A Dv7fs_vfsops.c372 struct v7fs_node *v7fs_node; in v7fs_sync_selector() local
433 struct v7fs_node *v7fs_node; in v7fs_loadvnode() local