Searched refs:xtInsert (Results 1 – 6 of 6) sorted by relevance
/fs/jfs/ |
D | jfs_extent.c | 148 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc() 313 if (xtInsert (0, ip, xflag, xoff + ntail, (int) ninsert, in extRealloc()
|
D | jfs_xtree.h | 94 extern int xtInsert(tid_t tid, struct inode *ip,
|
D | jfs_imap.c | 2523 xtInsert(tid, ipimap, 0, blkno, xlen, &xaddr, 0))) { in diNewIAG() 3007 if (xtInsert(tid, ip, 0, blkno, xlen, xaddr, 0)) { in duplicateIXtree()
|
D | namei.c | 988 if ((rc = xtInsert(tid, ip, 0, 0, xlen, &xaddr, 0))) { in jfs_symlink()
|
D | jfs_dtree.c | 393 if (xtInsert(tid, ip, 0, 0, sbi->nbperpage, &xaddr, 0)) { in add_index() 440 if (xtInsert(tid, ip, 0, blkno, sbi->nbperpage, &xaddr, 0)) { in add_index()
|
D | jfs_xtree.c | 524 int xtInsert(tid_t tid, /* transaction id */ in xtInsert() function
|