Searched refs:xtTailgate (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.h119 extern int xtTailgate(tid_t tid, struct inode *ip,
H A Djfs_extent.c275 * an xtExtend() or an xtTailgate(), depending upon whether the
309 * xtTailgate() accounts for relocated tail extent;
311 if ((rc = xtTailgate(0, ip, xoff, (int) ntail, nxaddr, 0))) {
323 * the xtExtend() or xtTailgate() above.
H A Djfs_xtree.c1510 * xtTailgate()
1521 int xtTailgate(tid_t tid, /* transaction id */ function
1542 printf("xtTailgate: nxoff:0x%lx nxlen:0x%x nxaddr:0x%lx\n",
1555 jfs_error(ip->i_sb, "xtTailgate: couldn't find extent");
1564 "xtTailgate: the entry found is not the last entry");
1580 printf("xtTailgate: xoff:0x%lx xlen:0x%x xaddr:0x%lx\n",

Completed in 66 milliseconds