Searched refs:xtInsert (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/jfs/ |
D | jfs_xtree.h | 94 extern int xtInsert(tid_t tid, struct inode *ip,
|
D | jfs_extent.c | 145 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc()
|
D | jfs_imap.c | 2516 xtInsert(tid, ipimap, 0, blkno, xlen, &xaddr, 0))) { in diNewIAG() 3000 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 | 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 | 513 int xtInsert(tid_t tid, /* transaction id */ in xtInsert() function
|