Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 25 of 45) sorted by relevance

12

/linux-4.19.296/fs/ext4/
Dtruncate.h30 ext4_lblk_t needed; in ext4_blocks_for_truncate() local
32 needed = inode->i_blocks >> (inode->i_sb->s_blocksize_bits - 9); in ext4_blocks_for_truncate()
40 if (needed < 2) in ext4_blocks_for_truncate()
41 needed = 2; in ext4_blocks_for_truncate()
45 if (needed > EXT4_MAX_TRANS_DATA) in ext4_blocks_for_truncate()
46 needed = EXT4_MAX_TRANS_DATA; in ext4_blocks_for_truncate()
48 return EXT4_DATA_TRANS_BLOCKS(inode->i_sb) + needed; in ext4_blocks_for_truncate()
Dmigrate.c25 int retval = 0, needed; in finish_range() local
50 needed = ext4_ext_calc_credits_for_single_extent(inode, in finish_range()
56 if (needed && ext4_handle_has_enough_credits(handle, in finish_range()
59 retval = ext4_journal_restart(handle, needed); in finish_range()
63 } else if (needed) { in finish_range()
64 retval = ext4_journal_extend(handle, needed); in finish_range()
70 retval = ext4_journal_restart(handle, needed); in finish_range()
201 int retval = 0, needed; in extend_credit_for_blkdel() local
211 needed = 3 + EXT4_MAXQUOTAS_TRANS_BLOCKS(inode->i_sb); in extend_credit_for_blkdel()
213 if (ext4_journal_extend(handle, needed) != 0) in extend_credit_for_blkdel()
[all …]
Dext4_jbd2.h291 static inline int ext4_handle_has_enough_credits(handle_t *handle, int needed) in ext4_handle_has_enough_credits() argument
293 if (ext4_handle_valid(handle) && handle->h_buffer_credits < needed) in ext4_handle_has_enough_credits()
/linux-4.19.296/drivers/misc/sgi-xp/
Dxpc_main.c617 xpc_activate_kthreads(struct xpc_channel *ch, int needed) in xpc_activate_kthreads() argument
623 DBUG_ON(needed <= 0); in xpc_activate_kthreads()
626 wakeup = (needed > idle) ? idle : needed; in xpc_activate_kthreads()
627 needed -= wakeup; in xpc_activate_kthreads()
636 if (needed <= 0) in xpc_activate_kthreads()
639 if (needed + assigned > ch->kthreads_assigned_limit) { in xpc_activate_kthreads()
640 needed = ch->kthreads_assigned_limit - assigned; in xpc_activate_kthreads()
641 if (needed <= 0) in xpc_activate_kthreads()
646 needed, ch->partid, ch->number); in xpc_activate_kthreads()
648 xpc_create_kthreads(ch, needed, 0); in xpc_activate_kthreads()
[all …]
/linux-4.19.296/include/xen/interface/io/
Dprotocols.h19 # error arch fixup needed here
/linux-4.19.296/lib/
DKconfig94 This option is only needed if a module that's not in the
238 # compression support is select'ed if needed
307 # Generic allocator support is selected if needed
313 # reed solomon support is select'ed if needed
331 # BCH support is selected if needed
370 # Textsearch support is select'ed if needed
488 # Netlink attribute parsing support is select'ed if needed
494 # Generic 64-bit atomic support is selected if needed
543 # libfdt files, only selected if needed.
/linux-4.19.296/include/net/sctp/
Dulpqueue.h82 struct sk_buff_head *list, __u16 needed);
/linux-4.19.296/include/linux/
Dvirtio_net.h88 u32 needed = start + max_t(u32, thlen, off + sizeof(__sum16)); in virtio_net_hdr_to_skb() local
90 if (!pskb_may_pull(skb, needed)) in virtio_net_hdr_to_skb()
/linux-4.19.296/drivers/virt/vboxguest/
DKconfig10 This driver also offers vboxguest IPC functionality which is needed
/linux-4.19.296/fs/fuse/
DKconfig15 See <file:Documentation/Changes> for needed library/utility version.
/linux-4.19.296/drivers/bus/
DKconfig52 Driver needed for the MIPS Common Device Memory Map bus in MIPS
65 Driver needed for the MBus configuration on Marvell EBU SoCs
164 needed to use on-board devices connected to UniPhier SoCs.
/linux-4.19.296/fs/exofs/
Dore_raid.c48 bool needed ; member
184 if (!sp2d->needed) in _sp2d_reset()
207 sp2d->needed = false; in _sp2d_reset()
295 sp2d->needed = true; in _ore_add_stripe_page()
/linux-4.19.296/fs/cifs/
DKconfig90 SMB protocol but LANMAN based authentication is needed to
116 which are needed to mount to certain secure servers (for which more
193 IP addresses) which is needed for implicit mounts of DFS junction
/linux-4.19.296/fs/ufs/
DKconfig16 Note that this option is generally not needed for floppies, since a
/linux-4.19.296/fs/sysv/
DKconfig24 Note that this option is generally not needed for floppies, since a
/linux-4.19.296/drivers/base/
DKconfig36 Userspace can modify the filesystem content as needed, add
37 symlinks, and apply needed permissions.
81 should only be needed if you have an updated firmware source.
/linux-4.19.296/fs/quota/
DKconfig47 # Generic support for tree structured quota files. Selected when needed.
/linux-4.19.296/drivers/of/
DKconfig100 While this option is selected automatically when needed, you can
/linux-4.19.296/drivers/s390/block/
DKconfig74 DASD extended error reporting. This is only needed if you want to
/linux-4.19.296/drivers/hid/usbhid/
DKconfig24 comment "Input core support is needed for USB HID input layer or HIDBP support"
/linux-4.19.296/fs/jbd2/
Dtransaction.c181 int needed; in add_transaction_credits() local
198 needed = atomic_add_return(total, &t->t_outstanding_credits); in add_transaction_credits()
199 if (needed > journal->j_max_transaction_buffers) { in add_transaction_credits()
251 needed = atomic_add_return(rsv_blocks, &journal->j_reserved_credits); in add_transaction_credits()
253 if (needed > journal->j_max_transaction_buffers / 2) { in add_transaction_credits()
/linux-4.19.296/drivers/xen/
DKconfig80 tables needed for physical memory administration.
188 needed).
257 Only needed for systems running as XEN driver domains (e.g. Dom0) and
/linux-4.19.296/fs/reiserfs/
DKconfig12 large directories and small files. Additional patches are needed
/linux-4.19.296/fs/ocfs2/
Dalloc.h192 unsigned int needed);
/linux-4.19.296/drivers/char/
DKconfig117 is needed for programs that want portable access to the parallel
122 It is safe to say N to this -- it is not needed for normal printing
408 The user level application needed to use this driver can be found at
432 select NSC_GPIO # needed for support routines
447 Common support used (and needed) by scx200_gpio and

12