Home
last modified time | relevance | path

Searched refs:xfs_rmap_insert (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_rmap.c99 xfs_rmap_insert( in xfs_rmap_insert() function
1720 error = xfs_rmap_insert(cur, NEW.rm_startblock, in xfs_rmap_convert_shared()
1755 error = xfs_rmap_insert(cur, NEW.rm_startblock, in xfs_rmap_convert_shared()
1760 error = xfs_rmap_insert(cur, bno, len, owner, offset, newext); in xfs_rmap_convert_shared()
1793 error = xfs_rmap_insert(cur, NEW.rm_startblock, in xfs_rmap_convert_shared()
1819 error = xfs_rmap_insert(cur, bno, len, owner, offset, newext); in xfs_rmap_convert_shared()
1837 error = xfs_rmap_insert(cur, NEW.rm_startblock, in xfs_rmap_convert_shared()
1863 error = xfs_rmap_insert(cur, NEW.rm_startblock, in xfs_rmap_convert_shared()
2007 error = xfs_rmap_insert(cur, ltrec.rm_startblock, in xfs_rmap_unmap_shared()
2067 error = xfs_rmap_insert(cur, bno + len, in xfs_rmap_unmap_shared()
[all …]
Dxfs_rmap.h128 int xfs_rmap_insert(struct xfs_btree_cur *rcur, xfs_agblock_t agbno,
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_trace.h2673 DEFINE_RMAPBT_EVENT(xfs_rmap_insert);