Searched refs:xtExtend (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_xtree.h | 96 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
|
H A D | jfs_extent.c | 146 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 D | jfs_xtree.c | 1338 * 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 D | jfs_xtree.h | 96 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
|
H A D | jfs_extent.c | 143 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc()
|
H A D | jfs_xtree.c | 1327 * 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 8 milliseconds