Searched refs:gtlen (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 1891 xfs_extlen_t gtlen; /* length of right neighbor */ in xfs_free_ag_extent() local 1957 if ((error = xfs_alloc_get_rec(bno_cur, >bno, >len, &i))) in xfs_free_ag_extent() 2007 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent() 2062 nlen = len + ltlen + gtlen; in xfs_free_ag_extent() 2109 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent() 2126 nlen = len + gtlen; in xfs_free_ag_extent()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 1906 xfs_extlen_t gtlen; /* length of right neighbor */ in xfs_free_ag_extent() local 1973 if ((error = xfs_alloc_get_rec(bno_cur, >bno, >len, &i))) in xfs_free_ag_extent() 2023 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent() 2078 nlen = len + ltlen + gtlen; in xfs_free_ag_extent() 2125 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i))) in xfs_free_ag_extent() 2142 nlen = len + gtlen; in xfs_free_ag_extent()
|
Completed in 9 milliseconds