Searched refs:xtInsert (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/jfs/ |
D | jfs_xtree.h | 107 extern int xtInsert(tid_t tid, struct inode *ip,
|
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_imap.c | 2531 xtInsert(tid, ipimap, 0, blkno, xlen, &xaddr, 0))) { in diNewIAG() 3015 if (xtInsert(tid, ip, 0, blkno, xlen, xaddr, 0)) { in duplicateIXtree()
|
D | namei.c | 995 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 | 537 int xtInsert(tid_t tid, /* transaction id */ in xtInsert() function
|