Lines Matching defs:sysvbfs_node
44 struct sysvbfs_node { struct45 struct genfs_node gnode;46 struct vnode *vnode;47 struct bfs_inode *inode;48 struct sysvbfs_mount *bmp;49 struct lockf *lockf; /* advlock */50 daddr_t data_block;51 size_t size;52 int update_ctime;53 int update_atime;54 int update_mtime;55 int removed;