Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/v7fs/
H A Dv7fs_inode.h36 struct v7fs_inode { struct
55 #define v7fs_inode_filesize(i) ((i)->filesize) argument
75 int v7fs_inode_load(struct v7fs_self *, struct v7fs_inode *, v7fs_ino_t); argument
H A Dv7fs_inode_util.c97 int (*func)(struct v7fs_self *, void *, struct v7fs_inode *, v7fs_ino_t), in v7fs_ilist_foreach()