Home
last modified time | relevance | path

Searched refs:nilfs_grow_node (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/fs/nilfs/
H A Dnilfs_subr.h63 int nilfs_grow_node(struct nilfs_node *node, uint64_t new_size);
H A Dnilfs_subr.c751 nilfs_grow_node(struct nilfs_node *node, uint64_t new_size) in nilfs_grow_node() function
H A Dnilfs_vnops.c251 error = nilfs_grow_node(nilfs_node, uio->uio_offset + uio->uio_resid); in nilfs_write()