Searched refs:ltbno (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 1892 xfs_agblock_t ltbno; /* start of left neighbor */ in xfs_free_ag_extent() local 1924 if ((error = xfs_alloc_get_rec(bno_cur, <bno, <len, &i))) in xfs_free_ag_extent() 1933 if (ltbno + ltlen < bno) in xfs_free_ag_extent() 1941 if (XFS_IS_CORRUPT(mp, ltbno + ltlen > bno)) { in xfs_free_ag_extent() 1992 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent() 2051 xxbno != ltbno || in xfs_free_ag_extent() 2061 nbno = ltbno; in xfs_free_ag_extent() 2074 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent() 2096 nbno = ltbno; in xfs_free_ag_extent()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 1907 xfs_agblock_t ltbno; /* start of left neighbor */ in xfs_free_ag_extent() local 1940 if ((error = xfs_alloc_get_rec(bno_cur, <bno, <len, &i))) in xfs_free_ag_extent() 1949 if (ltbno + ltlen < bno) in xfs_free_ag_extent() 1957 if (XFS_IS_CORRUPT(mp, ltbno + ltlen > bno)) { in xfs_free_ag_extent() 2008 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent() 2067 xxbno != ltbno || in xfs_free_ag_extent() 2077 nbno = ltbno; in xfs_free_ag_extent() 2090 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i))) in xfs_free_ag_extent() 2112 nbno = ltbno; in xfs_free_ag_extent()
|
Completed in 9 milliseconds