Home
last modified time | relevance | path

Searched refs:busy_gen (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_extent_busy.h51 xfs_extlen_t *len, unsigned *busy_gen);
55 unsigned busy_gen);
H A Dxfs_extent_busy.c337 unsigned *busy_gen) in xfs_extent_busy_trim()
494 *busy_gen = args->pag->pagb_gen; in xfs_extent_busy_trim()
585 unsigned busy_gen) in xfs_extent_busy_flush()
596 if (busy_gen != READ_ONCE(pag->pagb_gen)) in xfs_extent_busy_flush()
333 xfs_extent_busy_trim( struct xfs_alloc_arg *args, xfs_agblock_t *bno, xfs_extlen_t *len, unsigned *busy_gen) xfs_extent_busy_trim() argument
582 xfs_extent_busy_flush( struct xfs_mount *mp, struct xfs_perag *pag, unsigned busy_gen) xfs_extent_busy_flush() argument
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_extent_busy.h70 xfs_extlen_t *len, unsigned *busy_gen);
74 unsigned busy_gen, uint32_t alloc_flags);
H A Dxfs_extent_busy.c349 unsigned *busy_gen) in xfs_extent_busy_trim()
506 *busy_gen = args->pag->pagb_gen; in xfs_extent_busy_trim()
608 unsigned busy_gen, in xfs_extent_busy_flush()
623 if (busy_gen != READ_ONCE(pag->pagb_gen)) in xfs_extent_busy_flush()
633 if (busy_gen != READ_ONCE(pag->pagb_gen)) in xfs_extent_busy_flush()
345 xfs_extent_busy_trim( struct xfs_alloc_arg *args, xfs_agblock_t *bno, xfs_extlen_t *len, unsigned *busy_gen) xfs_extent_busy_trim() argument
605 xfs_extent_busy_flush( struct xfs_trans *tp, struct xfs_perag *pag, unsigned busy_gen, uint32_t alloc_flags) xfs_extent_busy_flush() argument
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_alloc.c277 unsigned *busy_gen) in xfs_alloc_compute_aligned()
285 busy = xfs_extent_busy_trim(args, &bno, &len, busy_gen); in xfs_alloc_compute_aligned()
745 unsigned int busy_gen;/* busy state */ member
771 acur->busy_gen = 0; in xfs_alloc_cur_setup()
833 unsigned busy_gen = 0; in xfs_alloc_cur_check() local
855 &busy_gen); in xfs_alloc_cur_check()
858 acur->busy_gen = busy_gen; in xfs_alloc_cur_check()
1213 unsigned busy_gen; in xfs_alloc_ag_vextent_exact() local
1251 xfs_extent_busy_trim(args, &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact()
271 xfs_alloc_compute_aligned( xfs_alloc_arg_t *args, xfs_agblock_t foundbno, xfs_extlen_t foundlen, xfs_agblock_t *resbno, xfs_extlen_t *reslen, unsigned *busy_gen) xfs_alloc_compute_aligned() argument
1671 unsigned busy_gen; xfs_alloc_ag_vextent_size() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_alloc.c322 unsigned *busy_gen) in xfs_alloc_compute_aligned()
330 busy = xfs_extent_busy_trim(args, &bno, &len, busy_gen); in xfs_alloc_compute_aligned()
801 unsigned int busy_gen;/* busy state */ member
825 acur->busy_gen = 0; in xfs_alloc_cur_setup()
887 unsigned busy_gen = 0; in xfs_alloc_cur_check() local
909 &busy_gen); in xfs_alloc_cur_check()
912 acur->busy_gen = busy_gen; in xfs_alloc_cur_check()
1195 unsigned busy_gen; in xfs_alloc_ag_vextent_exact() local
1233 xfs_extent_busy_trim(args, &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact()
316 xfs_alloc_compute_aligned( xfs_alloc_arg_t *args, xfs_agblock_t foundbno, xfs_extlen_t foundlen, xfs_agblock_t *resbno, xfs_extlen_t *reslen, unsigned *busy_gen) xfs_alloc_compute_aligned() argument
1665 unsigned busy_gen; xfs_alloc_ag_vextent_size() local
[all...]

Completed in 7 milliseconds