Searched refs:xtUpdate (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.h122 extern int xtUpdate(tid_t tid, struct inode *ip, struct xad *nxad);
H A Djfs_extent.c244 if ((rc = xtUpdate(0, ip, xp)))
433 rc = xtUpdate(0, ip, xp);
H A Djfs_xtree.c1693 * xtUpdate()
1705 int xtUpdate(tid_t tid, struct inode *ip, xad_t * nxad) function
1737 jfs_error(ip->i_sb, "xtUpdate: Could not find extent");
1761 "xtUpdate: nXAD in not completely contained within XAD");
1910 jfs_error(ip->i_sb, "xtUpdate: xoff >= nxoff");
2051 jfs_error(ip->i_sb, "xtUpdate: xtSearch failed");
2058 "xtUpdate: unexpected value of index");
2082 printf("xtUpdate.updateLeft.split p:0x%p\n", p);

Completed in 100 milliseconds