Searched refs:adj (Results 1 – 3 of 3) sorted by relevance
868 enum xfs_refc_adjust_op adj, in xfs_refcount_adjust_extents() argument903 tmp.rc_refcount = 1 + adj; in xfs_refcount_adjust_extents()946 ext.rc_refcount += adj; in xfs_refcount_adjust_extents()995 enum xfs_refc_adjust_op adj, in xfs_refcount_adjust() argument1004 if (adj == XFS_REFCOUNT_ADJUST_INCREASE) in xfs_refcount_adjust()1029 error = xfs_refcount_merge_extents(cur, new_agbno, new_aglen, adj, in xfs_refcount_adjust()1040 adj, oinfo); in xfs_refcount_adjust()1390 enum xfs_refc_adjust_op adj) in xfs_refcount_adjust_cow_extents() argument1413 switch (adj) { in xfs_refcount_adjust_cow_extents()1469 enum xfs_refc_adjust_op adj) in xfs_refcount_adjust_cow() argument[all …]
185 int adj; in xfs_rmapbt_init_high_key_from_rec() local187 adj = be32_to_cpu(rec->rmap.rm_blockcount) - 1; in xfs_rmapbt_init_high_key_from_rec()190 be32_add_cpu(&key->rmap.rm_startblock, adj); in xfs_rmapbt_init_high_key_from_rec()197 off = (XFS_RMAP_OFF(off) + adj) | (off & ~XFS_RMAP_OFF_MASK); in xfs_rmapbt_init_high_key_from_rec()
47 int adj = ofs % c->wbuf_pagesize; in check_node_data() local48 if (likely(adj)) in check_node_data()49 adj = c->wbuf_pagesize - adj; in check_node_data()51 if (adj >= tn->csize) { in check_node_data()57 ofs += adj; in check_node_data()58 len -= adj; in check_node_data()