Searched refs:xtExtend (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/jfs/ |
D | jfs_xtree.h | 109 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
|
D | jfs_extent.c | 159 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc() 300 if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) { in extRealloc()
|
D | jfs_xtree.c | 1360 int xtExtend(tid_t tid, /* transaction id */ in xtExtend() function
|