Home
last modified time | relevance | path

Searched refs:pre_alloc (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/fs/ntfs3/
Dattrib.c170 CLST vcn, CLST lcn, CLST len, CLST *pre_alloc, in attr_allocate_clusters() argument
175 CLST flen, vcn0 = vcn, pre = pre_alloc ? *pre_alloc : 0; in attr_allocate_clusters()
185 if (*pre_alloc) in attr_allocate_clusters()
186 *pre_alloc = 0; in attr_allocate_clusters()
421 CLST next_svcn, pre_alloc = -1, done = 0; in attr_set_size() local
515 pre_alloc = 0; in attr_set_size()
518 pre_alloc = 0; in attr_set_size()
519 } else if (pre_alloc == -1) { in attr_set_size()
520 pre_alloc = 0; in attr_set_size()
525 pre_alloc = new_alen2 - new_alen; in attr_set_size()
[all …]
Dntfs_fs.h415 CLST vcn, CLST lcn, CLST len, CLST *pre_alloc,
/Linux-v5.15/drivers/bus/mhi/core/
Dmain.c650 if (mhi_chan->pre_alloc) { in parse_xfer_event()
1160 if (unlikely(mhi_chan->pre_alloc)) in mhi_queue_skb()
1179 if (unlikely(mhi_chan->pre_alloc)) in mhi_queue_dma()
1459 if (mhi_chan->pre_alloc) { in mhi_prepare_channel()
1582 if (mhi_chan->pre_alloc) { in mhi_reset_data_chan()
Dinternal.h579 bool pre_alloc; member
Dinit.c790 mhi_chan->pre_alloc = ch_cfg->auto_queue; in parse_ch_cfg()
796 if (mhi_chan->pre_alloc && mhi_chan->dir != DMA_FROM_DEVICE) { in parse_ch_cfg()