Home
last modified time | relevance | path

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

/sys/fs/o2fs/
Do2fs.c246 vn->vfs = fs; in O2FSLoadVNode()
265 VFS *vfs = vn->vfs; in O2FSGrowVNode() local
268 uint64_t blkstart = (bn->size + vfs->blksize - 1) / vfs->blksize; in O2FSGrowVNode()
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()
277 uint64_t blkno = O2FSBAlloc(vfs); in O2FSGrowVNode()
282 bn->direct[i].offset = blkno * vfs->blksize; in O2FSGrowVNode()
391 vn->vfs = fs; in O2FS_GetRoot()
419 VFS *vfs = dn->vfs; in O2FS_Lookup() local
420 BufCacheEntry *sbEntry = (BufCacheEntry *)vfs->fsptr; in O2FS_Lookup()
[all …]
/sys/include/
Dvfs.h32 VFS *vfs; member
/sys/kern/
Dvfs.c108 Log(vfs, "%s %lx\n", path, curNode); in VFS_Lookup()
/sys/
DSConscript65 "kern/vfs.c",