Searched refs:xtInsert (Results 1 - 6 of 6) 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.h114 extern int xtInsert(tid_t tid, struct inode *ip,
H A Djfs_extent.c161 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0);
277 * extent will be manipulated (created) through an xtInsert() and
326 if (xtInsert (0, ip, xflag, xoff + ntail, (int) ninsert,
H A Djfs_imap.c2545 xtInsert(tid, ipimap, 0, blkno, xlen, &xaddr, 0))) {
3035 if (xtInsert(tid, ip, 0, blkno, xlen, xaddr, 0)) {
H A Dnamei.c994 if ((rc = xtInsert(tid, ip, 0, 0, xlen, &xaddr, 0))) {
H A Djfs_dtree.c406 if (xtInsert(tid, ip, 0, 0, sbi->nbperpage, &xaddr, 0)) {
408 jfs_warn("add_index: xtInsert failed!");
453 if (xtInsert(tid, ip, 0, blkno, sbi->nbperpage, &xaddr, 0)) {
454 jfs_warn("add_index: xtInsert failed!");
H A Djfs_xtree.c517 * xtInsert()
536 int xtInsert(tid_t tid, /* transaction id */ function
554 jfs_info("xtInsert: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen);

Completed in 77 milliseconds