Searched refs:v7fs_datablock_expand (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/fs/v7fs/ |
H A D | v7fs_datablock.h | 42 int v7fs_datablock_expand(struct v7fs_self *, struct v7fs_inode *, size_t);
|
H A D | v7fs_file.c | 184 if ((error = v7fs_datablock_expand(fs, &inode, sizeof(*dir) * 2 in v7fs_file_allocate() 294 if ((error = v7fs_datablock_expand(fs, parent_dir, sizeof(*dir)))) in v7fs_directory_add_entry()
|
H A D | v7fs_datablock.c | 394 v7fs_datablock_expand(struct v7fs_self *fs, struct v7fs_inode *inode, size_t sz) in v7fs_datablock_expand() function 711 error = v7fs_datablock_expand(fs, inode, diff); in v7fs_datablock_size_change()
|
H A D | v7fs_file_util.c | 99 if ((error = v7fs_datablock_expand(fs, p, len))) { in v7fs_file_symlink()
|
H A D | v7fs_vnops.c | 642 if ((error = v7fs_datablock_expand(fs, inode, expand))) in v7fs_write()
|
/netbsd-src/usr.sbin/makefs/v7fs/ |
H A D | v7fs_populate.c | 161 if ((error = v7fs_datablock_expand(fs, &inode, fnode->st.st_size))) { in file_copy()
|
/netbsd-src/sbin/newfs_v7fs/ |
H A D | main.c | 128 v7fs_datablock_expand(fs, &inode, sizeof(*dir) * 2); in make_root()
|