/fs/ext4/ |
D | migrate.c | 32 int retval = 0, needed; in finish_range() local 56 needed = ext4_ext_calc_credits_for_single_extent(inode, in finish_range() 62 if (needed && ext4_handle_has_enough_credits(handle, in finish_range() 64 retval = ext4_journal_restart(handle, needed); in finish_range() 67 } else if (needed) { in finish_range() 68 retval = ext4_journal_extend(handle, needed); in finish_range() 73 retval = ext4_journal_restart(handle, needed); in finish_range() 231 int retval = 0, needed; in extend_credit_for_blkdel() local 241 needed = 3 + 2*EXT4_QUOTA_TRANS_BLOCKS(inode->i_sb); in extend_credit_for_blkdel() 243 if (ext4_journal_extend(handle, needed) != 0) in extend_credit_for_blkdel() [all …]
|
D | ext4_jbd2.h | 191 static inline int ext4_handle_has_enough_credits(handle_t *handle, int needed) in ext4_handle_has_enough_credits() argument 193 if (ext4_handle_valid(handle) && handle->h_buffer_credits < needed) in ext4_handle_has_enough_credits()
|
D | mballoc.c | 1209 int needed, struct ext4_free_extent *ex) in mb_find_extent() argument 1245 while (needed > ex->fe_len && in mb_find_extent() 3931 ext4_group_t group, int needed) in ext4_mb_discard_group_preallocations() argument 3963 if (needed == 0) in ext4_mb_discard_group_preallocations() 3964 needed = EXT4_BLOCKS_PER_GROUP(sb) + 1; in ext4_mb_discard_group_preallocations() 3996 if (free < needed && busy) { in ext4_mb_discard_group_preallocations() 4517 static int ext4_mb_discard_preallocations(struct super_block *sb, int needed) in ext4_mb_discard_preallocations() argument 4524 sb->s_id, needed); in ext4_mb_discard_preallocations() 4525 for (i = 0; i < EXT4_SB(sb)->s_groups_count && needed > 0; i++) { in ext4_mb_discard_preallocations() 4526 ret = ext4_mb_discard_group_preallocations(sb, i, needed); in ext4_mb_discard_preallocations() [all …]
|
D | inode.c | 129 ext4_lblk_t needed; in blocks_for_truncate() local 131 needed = inode->i_blocks >> (inode->i_sb->s_blocksize_bits - 9); in blocks_for_truncate() 139 if (needed < 2) in blocks_for_truncate() 140 needed = 2; in blocks_for_truncate() 144 if (needed > EXT4_MAX_TRANS_DATA) in blocks_for_truncate() 145 needed = EXT4_MAX_TRANS_DATA; in blocks_for_truncate() 147 return EXT4_DATA_TRANS_BLOCKS(inode->i_sb) + needed; in blocks_for_truncate()
|
D | extents.c | 96 static int ext4_ext_journal_restart(handle_t *handle, int needed) in ext4_ext_journal_restart() argument 102 if (handle->h_buffer_credits > needed) in ext4_ext_journal_restart() 104 err = ext4_journal_extend(handle, needed); in ext4_ext_journal_restart() 107 return ext4_journal_restart(handle, needed); in ext4_ext_journal_restart()
|
/fs/fuse/ |
D | Kconfig | 12 See <file:Documentation/Changes> for needed library/utility version.
|
/fs/cifs/ |
D | Kconfig | 53 SMB protocol but LANMAN based authentication is needed to 78 Kerberos tickets which are needed to mount to certain secure servers 141 IP addresses) which is needed for implicit mounts of DFS junction
|
D | README | 328 mount helper utility (not typically needed) 368 client system. It is typically only needed when the server 455 connection). This is rarely needed, but it may be useful 485 This is needed for mounting to some older servers (such 504 locallease This option is rarely needed. Fcntl F_SETLEASE is 664 cifsacl support needed to retrieve approximated mode bits based on 670 DNOTIFY fcntl: needed for support of directory change
|
D | CHANGES | 60 DFS support added (Microsoft Distributed File System client support needed 188 session setup needed for OS/2 and older servers such as Windows 95 and 98. 242 Fix SFU style symlinks and mknod needed for servers which do not support the 299 no longer needed). Fix readdir to ASCII servers (ie older servers 328 current uid matches the uid of the mounter (needed by umount.cifs). 670 Enable oplock by default. Enable packet signing by default (needed to
|
/fs/sysv/ |
D | Kconfig | 24 Note that this option is generally not needed for floppies, since a
|
/fs/ufs/ |
D | Kconfig | 16 Note that this option is generally not needed for floppies, since a
|
/fs/squashfs/ |
D | Kconfig | 18 embedded systems where low overhead is needed. Further information
|
/fs/ext3/ |
D | inode.c | 112 unsigned long needed; in blocks_for_truncate() local 114 needed = inode->i_blocks >> (inode->i_sb->s_blocksize_bits - 9); in blocks_for_truncate() 122 if (needed < 2) in blocks_for_truncate() 123 needed = 2; in blocks_for_truncate() 127 if (needed > EXT3_MAX_TRANS_DATA) in blocks_for_truncate() 128 needed = EXT3_MAX_TRANS_DATA; in blocks_for_truncate() 130 return EXT3_DATA_TRANS_BLOCKS(inode->i_sb) + needed; in blocks_for_truncate()
|
/fs/reiserfs/ |
D | Kconfig | 11 large directories and small files. Additional patches are needed
|
/fs/jbd/ |
D | transaction.c | 86 int needed; in start_this_handle() local 166 needed = transaction->t_outstanding_credits + nblocks; in start_this_handle() 168 if (needed > journal->j_max_transaction_buffers) { in start_this_handle()
|
/fs/jbd2/ |
D | transaction.c | 89 int needed; in start_this_handle() local 170 needed = transaction->t_outstanding_credits + nblocks; in start_this_handle() 172 if (needed > journal->j_max_transaction_buffers) { in start_this_handle()
|
/fs/ncpfs/ |
D | Kconfig | 41 bool "Clear remove/delete inhibit when needed"
|
/fs/yaffs2/ |
D | Kconfig | 30 Not needed for 2K-page devices.
|
/fs/ntfs/ |
D | ChangeLog | 101 as an extra parameter. This is needed since we need to know the size 483 longer needed fs/ntfs/index.[hc]::__ntfs_index_entry_mark_dirty(). 535 - Remove the no longer needed fs/ntfs/mft.c::ntfs_mft_writepage() and 550 needed ntfs inode is available via NTFS_I(page->mapping->host). 660 mapping any needed runlist fragments. 761 virtually impossible for sync_mft_mirror_umount() to ever be needed. 1121 - Add needed cleanup code to ntfs_clear_big_inode(). 1256 - Remove no longer needed KERNEL_VERSION checks. We are now in the 1257 kernel proper so they are no longer needed. 1315 needed doing anyway but I had left it for later...) [all …]
|
/fs/jffs2/ |
D | Kconfig | 25 areas which at one point needed debugging, but when the bugs were
|
D | README.Locking | 120 If both erase_completion_lock and inocache_lock are needed, the
|
/fs/ |
D | Kconfig | 90 # Generic support for tree structured quota files. Seleted when needed.
|
/fs/affs/ |
D | Changes | 136 no longer needed. (BH)
|
/fs/xfs/ |
D | xfs_log.c | 908 int needed = 0; in xfs_log_need_covered() local 925 needed = 1; in xfs_log_need_covered() 928 return needed; in xfs_log_need_covered()
|
/fs/nls/ |
D | Kconfig | 314 An ASCII NLS module is needed if you want to override the 397 set, and it replaces the rarely needed Icelandic letters in Latin 1
|