Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_extent.c146 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc()
287 if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) { in extRealloc()
Djfs_xtree.h96 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
Djfs_xtree.c1347 int xtExtend(tid_t tid, /* transaction id */ in xtExtend() function