Home
last modified time | relevance | path

Searched refs:xfs_ialloc_cluster_alignment (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_types.c91 xfs_ialloc_cluster_alignment(mp)); in xfs_agino_range()
98 bno = round_down(eoag, xfs_ialloc_cluster_alignment(mp)); in xfs_agino_range()
Dxfs_ialloc.h170 int xfs_ialloc_cluster_alignment(struct xfs_mount *mp);
Dxfs_ialloc.c39 xfs_ialloc_cluster_alignment( in xfs_ialloc_cluster_alignment() function
695 args.minalignslop = xfs_ialloc_cluster_alignment(args.mp) - 1; in xfs_ialloc_ag_alloc()
730 args.alignment = xfs_ialloc_cluster_alignment(args.mp); in xfs_ialloc_ag_alloc()
759 args.alignment = xfs_ialloc_cluster_alignment(args.mp); in xfs_ialloc_ag_alloc()
1022 ineed += xfs_ialloc_cluster_alignment(mp); in xfs_ialloc_ag_select()
/linux-4.19.296/fs/xfs/scrub/
Dialloc.c309 if ((agbno & (xfs_ialloc_cluster_alignment(mp) - 1)) || in xchk_iallocbt_rec()