Searched refs:xfs_rmap_insert (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rmap.c | 121 xfs_rmap_insert( in xfs_rmap_insert() function 1989 error = xfs_rmap_insert(cur, NEW.rm_startblock, in xfs_rmap_convert_shared() 2025 error = xfs_rmap_insert(cur, NEW.rm_startblock, in xfs_rmap_convert_shared() 2030 error = xfs_rmap_insert(cur, bno, len, owner, offset, newext); in xfs_rmap_convert_shared() 2064 error = xfs_rmap_insert(cur, NEW.rm_startblock, in xfs_rmap_convert_shared() 2091 error = xfs_rmap_insert(cur, bno, len, owner, offset, newext); in xfs_rmap_convert_shared() 2109 error = xfs_rmap_insert(cur, NEW.rm_startblock, in xfs_rmap_convert_shared() 2136 error = xfs_rmap_insert(cur, NEW.rm_startblock, in xfs_rmap_convert_shared() 2283 error = xfs_rmap_insert(cur, ltrec.rm_startblock, in xfs_rmap_unmap_shared() 2345 error = xfs_rmap_insert(cur, bno + len, in xfs_rmap_unmap_shared() [all …]
|
| H A D | xfs_rmap.h | 132 int xfs_rmap_insert(struct xfs_btree_cur *rcur, xfs_agblock_t agbno,
|