Searched refs:xfs_rmap_insert (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_rmap.c | 99 xfs_rmap_insert(  in xfs_rmap_insert()  function1562 		error = xfs_rmap_insert(cur, NEW.rm_startblock,  in xfs_rmap_convert_shared()
 1594 		error = xfs_rmap_insert(cur, NEW.rm_startblock,  in xfs_rmap_convert_shared()
 1599 		error = xfs_rmap_insert(cur, bno, len, owner, offset, newext);  in xfs_rmap_convert_shared()
 1629 		error = xfs_rmap_insert(cur, NEW.rm_startblock,  in xfs_rmap_convert_shared()
 1652 		error = xfs_rmap_insert(cur, bno, len, owner, offset, newext);  in xfs_rmap_convert_shared()
 1670 		error = xfs_rmap_insert(cur, NEW.rm_startblock,  in xfs_rmap_convert_shared()
 1693 		error = xfs_rmap_insert(cur, NEW.rm_startblock,  in xfs_rmap_convert_shared()
 1818 		error = xfs_rmap_insert(cur, ltrec.rm_startblock,  in xfs_rmap_unmap_shared()
 1872 		error = xfs_rmap_insert(cur, bno + len,  in xfs_rmap_unmap_shared()
 [all …]
 
 | 
| D | xfs_rmap.h | 128 int xfs_rmap_insert(struct xfs_btree_cur *rcur, xfs_agblock_t agbno,
 | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_trace.h | 2556 DEFINE_RMAPBT_EVENT(xfs_rmap_insert);
 |