Searched refs:v7fs_datablock_last (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/fs/v7fs/ |
H A D | v7fs_datablock.h | 40 v7fs_daddr_t v7fs_datablock_last(struct v7fs_self *, struct v7fs_inode *,
|
H A D | v7fs_file.c | 298 if (!(blk = v7fs_datablock_last(fs, parent_dir, in v7fs_directory_add_entry() 345 lastblk = v7fs_datablock_last(fs, parent_dir, in v7fs_directory_remove_entry()
|
H A D | v7fs_datablock.c | 360 v7fs_datablock_last(struct v7fs_self *fs, struct v7fs_inode *inode, in v7fs_datablock_last() function
|
H A D | v7fs_vnops.c | 1105 if (!(blk = v7fs_datablock_last(fs, inode, in v7fs_bmap()
|