Searched refs:can_alloc (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_dquot.h214 xfs_dqtype_t type, bool can_alloc,
217 bool can_alloc, struct xfs_dquot **dqpp);
H A Dxfs_dquot.c668 * and release the buffer immediately. If @can_alloc is true, fill any
676 bool can_alloc,
688 if (error == -ENOENT && can_alloc)
882 bool can_alloc,
901 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp);
962 * Return the dquot for a given inode and type. If @can_alloc is true, then
970 bool can_alloc,
1004 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp);
672 xfs_qm_dqread( struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type, bool can_alloc, struct xfs_dquot **dqpp) argument
878 xfs_qm_dqget( struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type, bool can_alloc, struct xfs_dquot **O_dqpp) argument
967 xfs_qm_dqget_inode( struct xfs_inode *ip, xfs_dqtype_t type, bool can_alloc, struct xfs_dquot **O_dqpp) argument
/linux-master/lib/
H A Dstackdepot.c594 bool can_alloc = depot_flags & STACK_DEPOT_FLAG_CAN_ALLOC; local
626 if (unlikely(can_alloc && !READ_ONCE(new_pool))) {
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_tx.c451 bool can_alloc = true; local
454 can_alloc = gve_tx_fifo_can_alloc(&tx->tx_fifo, bytes_required);
456 return (gve_tx_avail(tx) >= MAX_TX_DESC_NEEDED && can_alloc);
/linux-master/kernel/rcu/
H A Dtree.c3685 // state specified by flags. If can_alloc is true, the caller must
3692 unsigned long *flags, void *ptr, bool can_alloc)
3708 if (!bnode && can_alloc) {
3691 add_ptr_to_bulk_krc_lock(struct kfree_rcu_cpu **krcp, unsigned long *flags, void *ptr, bool can_alloc) argument

Completed in 140 milliseconds