Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_xtree.h109 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
Djfs_extent.c159 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc()
300 if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) { in extRealloc()
Djfs_xtree.c1360 int xtExtend(tid_t tid, /* transaction id */ in xtExtend() function