/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_dquot.h | 212 xfs_dqtype_t type, bool can_alloc, 215 bool can_alloc, struct xfs_dquot **dqpp);
|
H A D | xfs_dquot.c | 665 * and release the buffer immediately. If @can_alloc is true, fill any 673 bool can_alloc, in xfs_qm_dqread() 685 if (error == -ENOENT && can_alloc) in xfs_qm_dqread() 877 bool can_alloc, in xfs_qm_dqget() 896 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget() 957 * Return the dquot for a given inode and type. If @can_alloc is true, then 965 bool can_alloc, in xfs_qm_dqget_inode() 999 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget_inode() 669 xfs_qm_dqread( struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type, bool can_alloc, struct xfs_dquot **dqpp) xfs_qm_dqread() argument 873 xfs_qm_dqget( struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type, bool can_alloc, struct xfs_dquot **O_dqpp) xfs_qm_dqget() argument 962 xfs_qm_dqget_inode( struct xfs_inode *ip, xfs_dqtype_t type, bool can_alloc, struct xfs_dquot **O_dqpp) xfs_qm_dqget_inode() argument
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_dquot.h | 214 xfs_dqtype_t type, bool can_alloc, 217 bool can_alloc, struct xfs_dquot **dqpp);
|
H A D | xfs_dquot.c | 645 * and release the buffer immediately. If @can_alloc is true, fill any 653 bool can_alloc, in xfs_qm_dqread() 665 if (error == -ENOENT && can_alloc) in xfs_qm_dqread() 851 bool can_alloc, in xfs_qm_dqget() 870 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget() 931 * Return the dquot for a given inode and type. If @can_alloc is true, then 939 bool can_alloc, in xfs_qm_dqget_inode() 973 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp); in xfs_qm_dqget_inode() 649 xfs_qm_dqread( struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type, bool can_alloc, struct xfs_dquot **dqpp) xfs_qm_dqread() argument 847 xfs_qm_dqget( struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type, bool can_alloc, struct xfs_dquot **O_dqpp) xfs_qm_dqget() argument 936 xfs_qm_dqget_inode( struct xfs_inode *ip, xfs_dqtype_t type, bool can_alloc, struct xfs_dquot **O_dqpp) xfs_qm_dqget_inode() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | stackdepot.h | 77 * @can_alloc: Allocate stack pools (increased chance of failure if false) 79 * Saves a stack trace from @entries array of size @nr_entries. If @can_alloc is 81 * (allocates using GFP flags of @alloc_flags). If @can_alloc is %false, avoids 87 * Context: Any context, but setting @can_alloc to %false is required if 96 gfp_t gfp_flags, bool can_alloc);
|
/kernel/linux/linux-6.6/lib/ |
H A D | stackdepot.c | 360 gfp_t alloc_flags, bool can_alloc) in __stack_depot_save() 401 if (unlikely(can_alloc && smp_load_acquire(&next_pool_required))) { in __stack_depot_save() 358 __stack_depot_save(unsigned long *entries, unsigned int nr_entries, gfp_t alloc_flags, bool can_alloc) __stack_depot_save() argument
|
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | common.c | 40 depot_stack_handle_t kasan_save_stack(gfp_t flags, bool can_alloc) in kasan_save_stack() argument 46 return __stack_depot_save(entries, nr_entries, flags, can_alloc); in kasan_save_stack()
|
H A D | generic.c | 475 static void __kasan_record_aux_stack(void *addr, bool can_alloc) in __kasan_record_aux_stack() argument 492 alloc_meta->aux_stack[0] = kasan_save_stack(0, can_alloc); in __kasan_record_aux_stack()
|
H A D | kasan.h | 371 depot_stack_handle_t kasan_save_stack(gfp_t flags, bool can_alloc);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/ |
H A D | gve_tx.c | 394 bool can_alloc = true; in gve_can_tx() local 397 can_alloc = gve_tx_fifo_can_alloc(&tx->tx_fifo, bytes_required); in gve_can_tx() 399 return (gve_tx_avail(tx) >= MAX_TX_DESC_NEEDED && can_alloc); in gve_can_tx()
|
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | tree.c | 3335 // state specified by flags. If can_alloc is true, the caller must 3342 unsigned long *flags, void *ptr, bool can_alloc) in add_ptr_to_bulk_krc_lock() 3358 if (!bnode && can_alloc) { in add_ptr_to_bulk_krc_lock() 3341 add_ptr_to_bulk_krc_lock(struct kfree_rcu_cpu **krcp, unsigned long *flags, void *ptr, bool can_alloc) add_ptr_to_bulk_krc_lock() argument
|