Searched refs:xfs_rmap_lookup_eq (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/fs/xfs/libxfs/ |
| D | xfs_rmap.c | 54 xfs_rmap_lookup_eq( in xfs_rmap_lookup_eq() function 115 error = xfs_rmap_lookup_eq(rcur, agbno, len, owner, offset, flags, &i); in xfs_rmap_insert() 157 error = xfs_rmap_lookup_eq(rcur, agbno, len, owner, offset, flags, &i); in xfs_rmap_delete() 1374 error = xfs_rmap_lookup_eq(cur, bno, len, owner, offset, in xfs_rmap_convert() 1435 error = xfs_rmap_lookup_eq(cur, bno, len, owner, offset, in xfs_rmap_convert() 1560 error = xfs_rmap_lookup_eq(cur, bno + len, len, owner, offset + len, in xfs_rmap_convert_shared() 1618 error = xfs_rmap_lookup_eq(cur, NEW.rm_startblock, in xfs_rmap_convert_shared() 1644 error = xfs_rmap_lookup_eq(cur, NEW.rm_startblock, in xfs_rmap_convert_shared() 1670 error = xfs_rmap_lookup_eq(cur, NEW.rm_startblock, in xfs_rmap_convert_shared() 1693 error = xfs_rmap_lookup_eq(cur, NEW.rm_startblock, in xfs_rmap_convert_shared() [all …]
|
| D | xfs_rmap.h | 127 int xfs_rmap_lookup_eq(struct xfs_btree_cur *cur, xfs_agblock_t bno,
|