Searched refs:ask (Results 1 – 10 of 10) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_ag_resv.c | 172 xfs_extlen_t ask, in __xfs_ag_resv_init() argument 180 if (used > ask) in __xfs_ag_resv_init() 181 ask = used; in __xfs_ag_resv_init() 243 xfs_extlen_t ask; in xfs_ag_resv_init() local 250 ask = used = 0; in xfs_ag_resv_init() 261 ask, used); in xfs_ag_resv_init() 270 ask = used = 0; in xfs_ag_resv_init() 280 ask, used); in xfs_ag_resv_init() 284 if (ask) in xfs_ag_resv_init() 290 ask = used = 0; in xfs_ag_resv_init() [all …]
|
| A D | xfs_refcount_btree.h | 61 struct xfs_trans *tp, struct xfs_perag *pag, xfs_extlen_t *ask,
|
| A D | xfs_ialloc_btree.h | 67 xfs_extlen_t *ask, xfs_extlen_t *used);
|
| A D | xfs_rmap_btree.h | 60 struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used);
|
| A D | xfs_refcount_btree.c | 491 xfs_extlen_t *ask, in xfs_refcountbt_calc_reserves() argument 520 *ask += xfs_refcountbt_max_size(mp, agblocks); in xfs_refcountbt_calc_reserves()
|
| A D | xfs_ialloc_btree.c | 791 xfs_extlen_t *ask, in xfs_finobt_calc_reserves() argument 807 *ask += xfs_inobt_max_size(pag); in xfs_finobt_calc_reserves()
|
| A D | xfs_rmap_btree.c | 819 xfs_extlen_t *ask, in xfs_rmapbt_calc_reserves() argument 849 *ask += max(agblocks / 100, xfs_rmapbt_max_size(mp, agblocks)); in xfs_rmapbt_calc_reserves()
|
| /fs/bcachefs/ |
| A D | error.c | 334 int ask = bch2_fsck_ask_yn(c, trans); in do_fsck_ask_yn() local 342 return ask; in do_fsck_ask_yn()
|
| A D | opts.h | 120 x(ask, 3)
|
| A D | bcachefs_format.h | 1002 x(ask, 0) \
|
Completed in 29 milliseconds