Searched refs:xtInsert (Results 1 – 6 of 6) sorted by relevance
/fs/jfs/ |
D | jfs_extent.c | 161 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc() 326 if (xtInsert (0, ip, xflag, xoff + ntail, (int) ninsert, in extRealloc()
|
D | jfs_xtree.h | 114 extern int xtInsert(tid_t tid, struct inode *ip,
|
D | jfs_imap.c | 2544 xtInsert(tid, ipimap, 0, blkno, xlen, &xaddr, 0))) { in diNewIAG() 3033 if (xtInsert(tid, ip, 0, blkno, xlen, xaddr, 0)) { in duplicateIXtree()
|
D | namei.c | 983 if ((rc = xtInsert(tid, ip, 0, 0, xlen, &xaddr, 0))) { in jfs_symlink()
|
D | jfs_dtree.c | 406 if (xtInsert(tid, ip, 0, 0, sbi->nbperpage, &xaddr, 0)) { in add_index() 453 if (xtInsert(tid, ip, 0, blkno, sbi->nbperpage, &xaddr, 0)) { in add_index()
|
D | jfs_xtree.c | 536 int xtInsert(tid_t tid, /* transaction id */ in xtInsert() function
|