| /fs/bcachefs/ |
| A D | eytzinger.h | 101 unsigned extra) in __eytzinger1_to_inorder() argument 120 s = extra - i; in __eytzinger1_to_inorder() 127 unsigned extra) in __inorder_to_eytzinger1() argument 140 s = extra - i; in __inorder_to_eytzinger1() 211 unsigned extra) in __eytzinger0_to_inorder() argument 213 return __eytzinger1_to_inorder(i + 1, size, extra) - 1; in __eytzinger0_to_inorder() 217 unsigned extra) in __inorder_to_eytzinger0() argument 219 return __inorder_to_eytzinger1(i + 1, size, extra) - 1; in __inorder_to_eytzinger0()
|
| A D | printbuf.c | 33 int bch2_printbuf_make_room(struct printbuf *out, unsigned extra) in bch2_printbuf_make_room() argument 36 extra += 1; in bch2_printbuf_make_room() 38 if (out->pos + extra <= out->size) in bch2_printbuf_make_room() 46 unsigned new_size = roundup_pow_of_two(out->size + extra); in bch2_printbuf_make_room()
|
| A D | util.c | 745 unsigned extra = eytzinger1_extra(size); 752 BUG_ON(__inorder_to_eytzinger1(inorder, size, extra) != eytz); 753 BUG_ON(__eytzinger1_to_inorder(eytz, size, extra) != inorder); 773 unsigned extra = eytzinger0_extra(size); 780 BUG_ON(__inorder_to_eytzinger0(inorder, size, extra) != eytz); 781 BUG_ON(__eytzinger0_to_inorder(eytz, size, extra) != inorder);
|
| A D | Kconfig | 59 Enables many extra debugging checks and assertions. 103 Enable extra tracepoints for debugging btree_path operations; we don't
|
| A D | bset.c | 469 __eytzinger1_to_inorder(j, t->size - 1, t->extra), in tree_to_bkey() 690 t->extra = BSET_RW_AUX_TREE_VAL; in __build_rw_aux_tree() 715 t->extra = BSET_NO_AUX_TREE_VAL; in __build_ro_aux_tree() 719 t->extra = eytzinger1_extra(t->size - 1); in __build_ro_aux_tree() 850 t->size - 1, t->extra)) in __bkey_prev() 1136 inorder = __eytzinger1_to_inorder(n >> 1, t->size - 1, t->extra); in bset_search_tree() 1561 j = __inorder_to_eytzinger1(inorder, t->size - 1, t->extra); in bch2_bfloat_to_text()
|
| A D | bset.h | 163 switch (t->extra) { in bset_aux_tree_type() 236 t->extra = BSET_NO_AUX_TREE_VAL; in bch2_bset_set_no_aux_tree()
|
| A D | btree_types.h | 49 u16 extra; member
|
| /fs/ |
| A D | binfmt_flat.c | 412 unsigned long len, memp, memp_size, extra, rlim; in load_flat_file() local 520 extra = max_t(unsigned long, bss_len + stack_len, in load_flat_file() 545 len = data_len + extra + in load_flat_file() 592 len = text_len + data_len + extra + in load_flat_file() 684 vm_munmap(textpos, text_len + data_len + extra + in load_flat_file()
|
| /fs/ceph/ |
| A D | crypto.c | 307 u8 *extra = cryptbuf + CEPH_NOHASH_NAME_MAX; in ceph_encode_encrypted_dname() local 313 sha256(extra, len - CEPH_NOHASH_NAME_MAX, hash); in ceph_encode_encrypted_dname() 314 memcpy(extra, hash, SHA256_DIGEST_SIZE); in ceph_encode_encrypted_dname()
|
| A D | caps.c | 4277 struct cap_extra_info *extra) in parse_fscrypt_fields() argument 4281 ceph_decode_32_safe(p, end, extra->fscrypt_auth_len, bad); in parse_fscrypt_fields() 4282 if (extra->fscrypt_auth_len) { in parse_fscrypt_fields() 4283 ceph_decode_need(p, end, extra->fscrypt_auth_len, bad); in parse_fscrypt_fields() 4284 extra->fscrypt_auth = kmalloc(extra->fscrypt_auth_len, in parse_fscrypt_fields() 4286 if (!extra->fscrypt_auth) in parse_fscrypt_fields() 4288 ceph_decode_copy_safe(p, end, extra->fscrypt_auth, in parse_fscrypt_fields() 4289 extra->fscrypt_auth_len, bad); in parse_fscrypt_fields() 4294 ceph_decode_64_safe(p, end, extra->fscrypt_file_size, bad); in parse_fscrypt_fields() 4304 struct cap_extra_info *extra) in parse_fscrypt_fields() argument
|
| /fs/overlayfs/ |
| A D | Kconfig | 130 bool "Overlayfs: turn on extra debugging checks" 134 Say Y here to enable extra debugging checks in overlayfs.
|
| /fs/proc/ |
| A D | proc_sysctl.c | 1109 unsigned int extra; in sysctl_check_table_array() local 1123 extra = *(unsigned int *) table->extra1; in sysctl_check_table_array() 1124 if (extra > 255U) in sysctl_check_table_array() 1129 extra = *(unsigned int *) table->extra2; in sysctl_check_table_array() 1130 if (extra > 255U) in sysctl_check_table_array()
|
| /fs/ocfs2/ |
| A D | ocfs2_trace.h | 2160 unsigned long long dir_blkno, unsigned long long extra), 2161 TP_ARGS(dir, dentry, name_len, name, dir_blkno, extra), 2168 __field(unsigned long long, extra) 2176 __entry->extra = extra; 2180 __entry->dir_blkno, __entry->extra) 2186 unsigned long long dir_blkno, unsigned long long extra), \ 2187 TP_ARGS(dir, dentry, name_len, name, dir_blkno, extra))
|
| /fs/ubifs/ |
| A D | debug.h | 281 int dbg_check_tnc(struct ubifs_info *c, int extra);
|
| A D | debug.c | 1492 int dbg_check_tnc(struct ubifs_info *c, int extra) in dbg_check_tnc() argument 1519 if (extra) { in dbg_check_tnc() 1553 if (extra) { in dbg_check_tnc()
|
| /fs/squashfs/ |
| A D | Kconfig | 283 of extra system memory. Decreasing this amount will mean 284 SquashFS uses less memory at the expense of extra reads from disk.
|
| /fs/ext4/ |
| A D | ext4.h | 891 u32 extra = ((ts.tv_sec - (s32)ts.tv_sec) >> 32) & EXT4_EPOCH_MASK; in ext4_encode_extra_time() local 892 return cpu_to_le32(extra | (ts.tv_nsec << EXT4_EPOCH_BITS)); in ext4_encode_extra_time() 896 __le32 extra) in ext4_decode_extra_time() argument 900 if (unlikely(extra & cpu_to_le32(EXT4_EPOCH_MASK))) in ext4_decode_extra_time() 901 ts.tv_sec += (u64)(le32_to_cpu(extra) & EXT4_EPOCH_MASK) << 32; in ext4_decode_extra_time() 902 ts.tv_nsec = (le32_to_cpu(extra) & EXT4_NSEC_MASK) >> EXT4_EPOCH_BITS; in ext4_decode_extra_time()
|
| /fs/btrfs/ |
| A D | raid56.c | 915 struct bio *extra; in rbio_orig_end_io() local 938 extra = bio_list_get(&rbio->bio_list); in rbio_orig_end_io() 942 if (extra) in rbio_orig_end_io() 943 rbio_endio_bio_list(extra, status); in rbio_orig_end_io()
|
| A D | extent-tree.c | 4505 u64 extra = BTRFS_BLOCK_GROUP_DUP | in find_free_extent() local 4515 if ((ffe_ctl->flags & extra) && !(block_group->flags & extra)) in find_free_extent()
|
| /fs/jffs2/ |
| A D | Kconfig | 25 is unlikely to be useful - it enables extra debugging in certain
|
| A D | README.Locking | 58 Instead of playing such games, we just have an extra internal
|
| /fs/erofs/ |
| A D | Kconfig | 31 performance under extreme memory pressure without extra cost.
|
| /fs/xfs/ |
| A D | Kconfig | 213 and extra sanity-checking functions in various code paths.
|
| /fs/gfs2/ |
| A D | dir.c | 2162 const unsigned int extra = sizeof(struct gfs2_dinode) - sizeof(struct gfs2_leaf); in gfs2_diradd_alloc_required() local 2174 (GFS2_DIRENT_SIZE(name->len) < extra)) in gfs2_diradd_alloc_required()
|
| /fs/befs/ |
| A D | ChangeLog | 242 * Fixed an extra instance of MOD_DEC_USE_COUNT in super.c
|