Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_refcount.c868 enum xfs_refc_adjust_op adj, in xfs_refcount_adjust_extents() argument
903 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() argument
1004 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() argument
1413 switch (adj) { in xfs_refcount_adjust_cow_extents()
1469 enum xfs_refc_adjust_op adj) in xfs_refcount_adjust_cow() argument
[all …]
Dxfs_rmap_btree.c185 int adj; in xfs_rmapbt_init_high_key_from_rec() local
187 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()
/fs/jffs2/
Dreadinode.c47 int adj = ofs % c->wbuf_pagesize; in check_node_data() local
48 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()