Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_xtree.h105 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.c1336 int xtExtend(tid_t tid, /* transaction id */ in xtExtend() function