Home
last modified time | relevance | path

Searched refs:v7fs_datablock_expand (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/fs/v7fs/
H A Dv7fs_datablock.h42 int v7fs_datablock_expand(struct v7fs_self *, struct v7fs_inode *, size_t);
H A Dv7fs_file.c184 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 Dv7fs_datablock.c394 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 Dv7fs_file_util.c99 if ((error = v7fs_datablock_expand(fs, p, len))) { in v7fs_file_symlink()
H A Dv7fs_vnops.c642 if ((error = v7fs_datablock_expand(fs, inode, expand))) in v7fs_write()
/netbsd-src/usr.sbin/makefs/v7fs/
H A Dv7fs_populate.c161 if ((error = v7fs_datablock_expand(fs, &inode, fnode->st.st_size))) { in file_copy()
/netbsd-src/sbin/newfs_v7fs/
H A Dmain.c128 v7fs_datablock_expand(fs, &inode, sizeof(*dir) * 2); in make_root()