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.c672 * and release the buffer immediately. If @can_alloc is true, fill any
680 bool can_alloc,
692 if (error == -ENOENT && can_alloc)
886 bool can_alloc,
905 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp);
966 * Return the dquot for a given inode and type. If @can_alloc is true, then
974 bool can_alloc,
1008 error = xfs_qm_dqread(mp, id, type, can_alloc, &dqp);
676 xfs_qm_dqread( struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type, bool can_alloc, struct xfs_dquot **dqpp) argument
882 xfs_qm_dqget( struct xfs_mount *mp, xfs_dqid_t id, xfs_dqtype_t type, bool can_alloc, struct xfs_dquot **O_dqpp) argument
971 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.c444 bool can_alloc = true; local
447 can_alloc = gve_tx_fifo_can_alloc(&tx->tx_fifo, bytes_required);
449 return (gve_tx_avail(tx) >= MAX_TX_DESC_NEEDED && can_alloc);
/linux-master/kernel/rcu/
H A Dtree.c3347 // state specified by flags. If can_alloc is true, the caller must
3354 unsigned long *flags, void *ptr, bool can_alloc)
3370 if (!bnode && can_alloc) {
3353 add_ptr_to_bulk_krc_lock(struct kfree_rcu_cpu **krcp, unsigned long *flags, void *ptr, bool can_alloc) argument

Completed in 144 milliseconds