| /fs/bcachefs/ |
| A D | bset.c | 129 t - b->set, set->k, buf.buf); in bch2_dump_btree_node_iter() 202 BUG_ON(set->k > set->end); in __bch2_btree_node_iter_verify() 204 BUG_ON(set != s2 && set->end == s2->end); in __bch2_btree_node_iter_verify() 222 BUG_ON(set != iter->data && in __bch2_btree_node_iter_verify() 223 btree_node_iter_cmp(b, set[-1], set[0]) > 0); in __bch2_btree_node_iter_verify() 339 return t == b->set in bset_aux_tree_buf_start() 371 BUG_ON(t != b->set && in __bset_aux_tree_verify() 802 t = &b->set[b->nsets++]; in bch2_bset_init_first() 819 t = &b->set[b->nsets++]; in bch2_bset_init_next() 1412 memmove(&set[0], &set[1], (void *) last - (void *) set); in bch2_btree_node_iter_set_drop() [all …]
|
| A D | bset.h | 209 for (struct bset_tree *_t = (_b)->set; _t < (_b)->set + (_b)->nsets; _t++) 212 for (const struct bset_tree *_t = (_b)->set; _t < (_b)->set + (_b)->nsets; _t++) 232 BUG_ON(t < b->set); in bch2_bset_set_no_aux_tree() 234 for (; t < b->set + ARRAY_SIZE(b->set); t++) { in bch2_bset_set_no_aux_tree() 254 bch2_bset_set_no_aux_tree(b, b->set); in btree_node_set_format() 486 b->nr.bset_u64s[t - b->set] += delta; in btree_keys_account_val_delta() 496 bch2_bkey_to_bset(_b, _k) - (_b)->set, _k, 1) 499 bch2_bkey_to_bset(_b, _k) - (_b)->set, _k, -1)
|
| A D | btree_io.c | 236 if (t != b->set && !bset_written(b, i)) { in bch2_drop_whiteouts() 313 for (t = b->set + start_idx; in btree_node_sort() 314 t < b->set + end_idx; in btree_node_sort() 341 for (t = b->set + start_idx; t < b->set + end_idx; t++) in btree_node_sort() 358 set_btree_bset(b, b->set, &b->data->keys); in btree_node_sort() 374 b->set[i] = b->set[i + shift]; in btree_node_sort() 380 set_btree_bset_end(b, &b->set[start_idx]); in btree_node_sort() 398 bch2_bset_set_no_aux_tree(dst, dst->set); in bch2_btree_sort_into() 410 set_btree_bset_end(dst, dst->set); in bch2_btree_sort_into() 711 bch2_bset_set_no_aux_tree(b, b->set); in bch2_btree_node_drop_keys_outside_node() [all …]
|
| A D | xattr.c | 372 .set = bch2_xattr_set_handler, 385 .set = bch2_xattr_set_handler, 392 .set = bch2_xattr_set_handler, 586 .set = bch2_xattr_bcachefs_set, 611 .set = bch2_xattr_bcachefs_set_effective,
|
| /fs/proc/ |
| A D | proc_sysctl.c | 204 head->set = set; in init_header() 350 return set; in lookup_header_set() 901 struct ctl_table_set *set = p->set; in sysctl_is_seen() local 906 else if (!set->is_seen) in sysctl_is_seen() 909 res = set->is_seen(set); in sysctl_is_seen() 978 init_header(&new->header, set->dir.header.root, set, node, table, 1); in new_dir() 998 struct ctl_table_set *set = dir->header.set; in get_subdir() local 1050 return &set->dir; in xlate_dir() 1390 dir = &set->dir; in __register_sysctl_table() 1551 memset(set, 0, sizeof(*set)); in setup_sysctl_set() [all …]
|
| /fs/overlayfs/ |
| A D | params.c | 640 ctx->set.index = true; in ovl_parse_param() 847 struct ovl_opt_set set = ctx->set; in ovl_fs_params_verify() local 859 set.index = false; in ovl_fs_params_verify() 883 if (set.metacopy && set.redirect) { in ovl_fs_params_verify() 888 if (set.redirect) { in ovl_fs_params_verify() 908 } else if (set.nfs_export && set.index) { in ovl_fs_params_verify() 911 } else if (set.index) { in ovl_fs_params_verify() 926 if (set.nfs_export && set.metacopy) { in ovl_fs_params_verify() 930 if (set.metacopy) { in ovl_fs_params_verify() 958 if (set.redirect && in ovl_fs_params_verify() [all …]
|
| A D | overlayfs.h | 698 bool is_upper, bool set); 701 bool is_upper, bool set); 719 const struct ovl_fh *fh, bool set) in ovl_verify_origin_fh() argument 721 return ovl_verify_set_fh(ofs, upper, OVL_XATTR_ORIGIN, fh, false, set); in ovl_verify_origin_fh() 725 struct dentry *origin, bool set) in ovl_verify_origin() argument 728 false, set); in ovl_verify_origin() 732 struct dentry *upper, bool set) in ovl_verify_upper() argument 735 true, set); in ovl_verify_upper()
|
| A D | xattrs.c | 239 .set = ovl_own_xattr_set, 245 .set = ovl_own_xattr_set, 251 .set = ovl_other_xattr_set,
|
| /fs/ocfs2/ |
| A D | export.c | 40 int status, set; in ocfs2_get_dentry() local 68 status = ocfs2_test_inode_bit(osb, blkno, &set); in ocfs2_get_dentry() 82 trace_ocfs2_get_dentry_test_bit(status, set); in ocfs2_get_dentry() 84 if (!set) { in ocfs2_get_dentry() 135 int set; in ocfs2_get_parent() local 161 status = ocfs2_test_inode_bit(OCFS2_SB(dir->i_sb), blkno, &set); in ocfs2_get_parent() 171 trace_ocfs2_get_dentry_test_bit(status, set); in ocfs2_get_parent() 172 if (!set) { in ocfs2_get_parent()
|
| /fs/smb/client/ |
| A D | xattr.c | 440 .set = cifs_xattr_set, 448 .set = cifs_xattr_set, 455 .set = cifs_xattr_set, 468 .set = cifs_xattr_set, 475 .set = cifs_xattr_set, 482 .set = cifs_xattr_set, 489 .set = cifs_xattr_set, 502 .set = cifs_xattr_set, 509 .set = cifs_xattr_set, 522 .set = cifs_xattr_set,
|
| /fs/ |
| A D | file.c | 143 size_t cpy, set; in copy_fdtable() local 323 bool set) in __set_close_on_exec() argument 325 if (set) { in __set_close_on_exec() 485 unsigned long set; in close_files() local 490 while (set) { in close_files() 491 if (set & 1) { in close_files() 499 set >>= 1; in close_files() 870 unsigned long set; in do_close_on_exec() local 876 if (!set) in do_close_on_exec() 879 for ( ; set ; fd++, set >>= 1) { in do_close_on_exec() [all …]
|
| A D | pnode.c | 463 static void gather_candidates(struct list_head *set, in gather_candidates() argument 468 list_for_each_entry(m, set, mnt_list) { in gather_candidates() 496 list_for_each_entry(m, set, mnt_list) in gather_candidates() 621 void propagate_umount(struct list_head *set) in propagate_umount() argument 628 gather_candidates(set, &candidates); in propagate_umount() 649 list_splice_tail_init(&to_umount, set); in propagate_umount()
|
| A D | select.c | 420 unsigned long set; in max_select_fd() local 425 set = ~(~0UL << (n & (BITS_PER_LONG-1))); in max_select_fd() 430 if (set) { in max_select_fd() 431 set &= BITS(fds, n); in max_select_fd() 432 if (set) { in max_select_fd() 433 if (!(set & ~*open_fds)) in max_select_fd() 441 set = BITS(fds, n); in max_select_fd() 442 if (!set) in max_select_fd() 444 if (set & ~*open_fds) in max_select_fd() 451 set >>= 1; in max_select_fd() [all …]
|
| /fs/btrfs/ |
| A D | sysfs.c | 122 enum btrfs_feature_set set) in get_features() argument 125 if (set == FEAT_COMPAT) in get_features() 137 if (set == FEAT_COMPAT) in set_features() 148 u64 set, clear; in can_modify_feature() local 167 if (set & fa->feature_bit) in can_modify_feature() 197 u64 features, set, clear; in btrfs_feature_attr_store() local 1659 int set; in addrm_unknown_feature_attrs() local 1661 for (set = 0; set < FEAT_MAX; set++) { in addrm_unknown_feature_attrs() 1816 int set, i; in init_feature_attrs() local 1833 for (set = 0; set < FEAT_MAX; set++) { in init_feature_attrs() [all …]
|
| A D | sysfs.h | 25 char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags); 26 const char *btrfs_feature_set_name(enum btrfs_feature_set set);
|
| A D | xattr.c | 469 .set = btrfs_xattr_handler_set_security, 475 .set = btrfs_xattr_handler_set, 481 .set = btrfs_xattr_handler_set, 487 .set = btrfs_xattr_handler_set_prop,
|
| /fs/afs/ |
| A D | vl_rotate.c | 97 unsigned long set, failed; in afs_select_vlserver() local 257 set = READ_ONCE(alist->responded); in afs_select_vlserver() 261 _debug("%lx-%lx-%lx,%d", set, failed, vc->addr_tried, vc->addr_index); in afs_select_vlserver() 263 set &= ~(failed | vc->addr_tried); in afs_select_vlserver() 265 if (!set) in afs_select_vlserver() 268 if (!test_bit(vc->addr_index, &set)) in afs_select_vlserver() 269 vc->addr_index = __ffs(set); in afs_select_vlserver()
|
| A D | rotate.c | 157 unsigned long set, failed; in afs_select_fileserver() local 598 set = READ_ONCE(op->estate->responsive_set); in afs_select_fileserver() 600 _debug("iterate ES=%x rs=%lx fs=%lx", op->estate->probe_seq, set, failed); in afs_select_fileserver() 601 set &= ~(failed | op->addr_tried); in afs_select_fileserver() 602 trace_afs_rotate(op, afs_rotate_trace_iterate_addr, set); in afs_select_fileserver() 603 if (!set) in afs_select_fileserver() 610 if (!(set & (1 << i))) in afs_select_fileserver()
|
| /fs/efivarfs/ |
| A D | file.c | 24 bool set = false; in efivarfs_file_write() local 51 data, &set); in efivarfs_file_write() 52 if (!set) { in efivarfs_file_write()
|
| /fs/9p/ |
| A D | xattr.c | 169 .set = v9fs_xattr_handler_set, 175 .set = v9fs_xattr_handler_set, 182 .set = v9fs_xattr_handler_set,
|
| /fs/fat/ |
| A D | Kconfig | 85 This option should be set to the codepage of your FAT filesystems. 94 Set this to the default input/output character set you'd 95 like FAT to use. It should probably match the character set 99 If unsure, you shouldn't set "utf8" here - select the next option 111 Set this if you would like to have "utf8" mount option set
|
| /fs/xfs/ |
| A D | xfs_xattr.c | 196 .set = xfs_xattr_set, 203 .set = xfs_xattr_set, 210 .set = xfs_xattr_set,
|
| /fs/f2fs/ |
| A D | node.c | 250 nid_t set = NAT_BLOCK_OFFSET(ne->ni.nid); in __grab_nat_entry_set() local 260 head->set = set; in __grab_nat_entry_set() 311 set->entry_cnt--; in __clear_nat_cache_dirty() 2313 bool set, bool build) in update_free_nid_bitmap() argument 2322 if (set) { in update_free_nid_bitmap() 3034 nid_t start_nid = set->set * NAT_ENTRY_PER_BLOCK; in __flush_nat_entry_set() 3097 if (!set->entry_cnt) { in __flush_nat_entry_set() 3098 radix_tree_delete(&NM_I(sbi)->nat_set_root, set->set); in __flush_nat_entry_set() 3113 struct nat_entry_set *set, *tmp; in f2fs_flush_nat_entries() local 3148 set_idx = setvec[found - 1]->set + 1; in f2fs_flush_nat_entries() [all …]
|
| /fs/hfs/ |
| A D | attr.c | 139 .set = hfs_xattr_set, 146 .set = hfs_xattr_set,
|
| /fs/nls/ |
| A D | Kconfig | 287 character set. 326 set, which covers most West European languages such as Albanian, 359 set which introduces letters for Estonian, Latvian, and 369 character set with which you can type Bulgarian, Belarusian, 380 character set. 389 Greek character set. 408 set, which supports modern Baltic languages including Latvian 418 set, which adds the last accented vowels for Welsh (aka Cymraeg) 429 set, which covers most West European languages such as Albanian, 445 character set. [all …]
|