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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_xtree.h116 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
H A Djfs_extent.c159 rc = xtExtend(0, ip, xoff, (int) nxlen, 0);
275 * an xtExtend() or an xtTailgate(), depending upon whether the
300 if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) {
323 * the xtExtend() or xtTailgate() above.
H A Djfs_xtree.c1350 * xtExtend()
1359 int xtExtend(tid_t tid, /* transaction id */ function
1377 jfs_info("xtExtend: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen);
1388 jfs_error(ip->i_sb, "xtExtend: xtSearch did not find extent");
1396 jfs_error(ip->i_sb, "xtExtend: extension is not contiguous");

Completed in 119 milliseconds