Home
last modified time | relevance | path

Searched refs:xtExtend (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_xtree.h96 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
H A Djfs_extent.c146 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc()
262 * an xtExtend() or an xtTailgate(), depending upon whether the in extRealloc()
287 if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) { in extRealloc()
310 * the xtExtend() or xtTailgate() above. in extRealloc()
H A Djfs_xtree.c1338 * xtExtend()
1347 int xtExtend(tid_t tid, /* transaction id */ in xtExtend() function
1365 jfs_info("xtExtend: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen); in xtExtend()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_xtree.h96 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
H A Djfs_extent.c143 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc()
H A Djfs_xtree.c1327 * xtExtend()
1336 int xtExtend(tid_t tid, /* transaction id */ in xtExtend() function
1354 jfs_info("xtExtend: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen); in xtExtend()

Completed in 9 milliseconds