Home
last modified time | relevance | path

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

/sys/fs/o2fs/
Do2fs.c263 O2FSGrowVNode(VNode *vn, uint64_t filesz) in O2FSGrowVNode() argument
270 if (filesz > (vfs->blksize * O2FS_DIRECT_PTR)) in O2FSGrowVNode()
273 for (int i = blkstart; i < ((filesz + vfs->blksize - 1) / vfs->blksize); i++) { in O2FSGrowVNode()
286 DLOG(o2fs, "Growing: %d\n", filesz); in O2FSGrowVNode()
287 bn->size = filesz; in O2FSGrowVNode()