/fs/hfs/ |
D | bnode.c | 18 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_read() 45 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16() 53 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8() 61 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key() 76 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write() 88 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16() 95 void hfs_bnode_write_u8(struct hfs_bnode *node, int off, u8 data) in hfs_bnode_write_u8() 101 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() 132 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move() 149 void hfs_bnode_dump(struct hfs_bnode *node) in hfs_bnode_dump() [all …]
|
D | brec.c | 19 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff() 31 u16 hfs_brec_keylen(struct hfs_bnode *node, u16 rec) in hfs_brec_keylen() 68 struct hfs_bnode *node, *new_node; in hfs_brec_insert() local 180 struct hfs_bnode *node, *parent; in hfs_brec_remove() local 234 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local 355 struct hfs_bnode *node, *new_node, *parent; in hfs_brec_update_parent() local 460 struct hfs_bnode *node, *new_node; in hfs_btree_inc_height() local
|
D | btree.c | 139 struct hfs_bnode *node; in hfs_btree_close() local 163 struct hfs_bnode *node; in hfs_btree_write() local 191 struct hfs_bnode *node; in hfs_bmap_new_bmap() local 249 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local 321 void hfs_bmap_free(struct hfs_bnode *node) in hfs_bmap_free()
|
/fs/hfsplus/ |
D | bnode.c | 22 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_read() 43 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16() 51 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8() 59 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key() 75 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write() 98 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16() 105 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() 185 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move() 298 void hfs_bnode_dump(struct hfs_bnode *node) in hfs_bnode_dump() 335 void hfs_bnode_unlink(struct hfs_bnode *node) in hfs_bnode_unlink() [all …]
|
D | brec.c | 20 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff() 32 u16 hfs_brec_keylen(struct hfs_bnode *node, u16 rec) in hfs_brec_keylen() 66 struct hfs_bnode *node, *new_node; in hfs_brec_insert() local 182 struct hfs_bnode *node, *parent; in hfs_brec_remove() local 238 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local 359 struct hfs_bnode *node, *new_node, *parent; in hfs_brec_update_parent() local 464 struct hfs_bnode *node, *new_node; in hfs_btree_inc_height() local
|
D | btree.c | 260 struct hfs_bnode *node; in hfs_btree_close() local 285 struct hfs_bnode *node; in hfs_btree_write() local 315 struct hfs_bnode *node; in hfs_bmap_new_bmap() local 375 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local 448 void hfs_bmap_free(struct hfs_bnode *node) in hfs_bmap_free()
|
/fs/ocfs2/cluster/ |
D | quorum.c | 164 static void o2quo_set_hold(struct o2quo_state *qs, u8 node) in o2quo_set_hold() 176 static void o2quo_clear_hold(struct o2quo_state *qs, u8 node) in o2quo_clear_hold() 197 void o2quo_hb_up(u8 node) in o2quo_hb_up() 221 void o2quo_hb_down(u8 node) in o2quo_hb_down() 246 void o2quo_hb_still_up(u8 node) in o2quo_hb_still_up() 265 void o2quo_conn_up(u8 node) in o2quo_conn_up() 291 void o2quo_conn_err(u8 node) in o2quo_conn_err()
|
D | nodemanager.c | 34 struct o2nm_node *node = NULL; in o2nm_get_node_by_num() local 73 struct o2nm_node *node, *ret = NULL; in o2nm_node_ip_tree_lookup() local 103 struct o2nm_node *node = NULL; in o2nm_get_node_by_ip() local 120 void o2nm_node_put(struct o2nm_node *node) in o2nm_node_put() 126 void o2nm_node_get(struct o2nm_node *node) in o2nm_node_get() 160 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_release() local 169 static struct o2nm_cluster *to_o2nm_cluster_from_node(struct o2nm_node *node) in to_o2nm_cluster_from_node() 188 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_num_store() local 243 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_ipv4_port_store() local 272 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_ipv4_address_store() local [all …]
|
D | tcp.c | 135 u32 msgkey, struct task_struct *task, u8 node) in o2net_init_nst() 412 static struct o2net_sock_container *sc_alloc(struct o2nm_node *node) in sc_alloc() 998 int node, ret; in o2net_fill_node_map() local 1552 struct o2nm_node *node = NULL, *mynode = NULL; in o2net_start_connect() local 1692 void o2net_disconnect_node(struct o2nm_node *node) in o2net_disconnect_node() 1710 static void o2net_hb_node_down_cb(struct o2nm_node *node, int node_num, in o2net_hb_node_down_cb() 1724 static void o2net_hb_node_up_cb(struct o2nm_node *node, int node_num, in o2net_hb_node_up_cb() 1782 struct o2nm_node *node = NULL; in o2net_accept_one() local 2025 int o2net_start_listening(struct o2nm_node *node) in o2net_start_listening() 2052 void o2net_stop_listening(struct o2nm_node *node) in o2net_stop_listening() [all …]
|
/fs/nilfs2/ |
D | btree.c | 74 static int nilfs_btree_node_get_flags(const struct nilfs_btree_node *node) in nilfs_btree_node_get_flags() 80 nilfs_btree_node_set_flags(struct nilfs_btree_node *node, int flags) in nilfs_btree_node_set_flags() 85 static int nilfs_btree_node_root(const struct nilfs_btree_node *node) in nilfs_btree_node_root() 90 static int nilfs_btree_node_get_level(const struct nilfs_btree_node *node) in nilfs_btree_node_get_level() 96 nilfs_btree_node_set_level(struct nilfs_btree_node *node, int level) in nilfs_btree_node_set_level() 101 static int nilfs_btree_node_get_nchildren(const struct nilfs_btree_node *node) in nilfs_btree_node_get_nchildren() 107 nilfs_btree_node_set_nchildren(struct nilfs_btree_node *node, int nchildren) in nilfs_btree_node_set_nchildren() 123 nilfs_btree_node_dkeys(const struct nilfs_btree_node *node) in nilfs_btree_node_dkeys() 131 nilfs_btree_node_dptrs(const struct nilfs_btree_node *node, int ncmax) in nilfs_btree_node_dptrs() 137 nilfs_btree_node_get_key(const struct nilfs_btree_node *node, int index) in nilfs_btree_node_get_key() [all …]
|
/fs/btrfs/ |
D | ulist.c | 63 struct ulist_node *node; in ulist_release() local 135 static void ulist_rbtree_erase(struct ulist *ulist, struct ulist_node *node) in ulist_rbtree_erase() 195 struct ulist_node *node; in ulist_add_merge() local 230 struct ulist_node *node; in ulist_del() local 263 struct ulist_node *node; in ulist_next() local
|
D | delayed-inode.c | 72 struct btrfs_delayed_node *node; in btrfs_get_delayed_node() local 126 struct btrfs_delayed_node *node; in btrfs_get_or_create_delayed_node() local 171 struct btrfs_delayed_node *node, in btrfs_queue_delayed_node() 192 struct btrfs_delayed_node *node) in btrfs_dequeue_delayed_node() 210 struct btrfs_delayed_node *node = NULL; in btrfs_first_delayed_node() local 226 struct btrfs_delayed_node *node) in btrfs_next_delayed_node() 286 static inline void btrfs_release_delayed_node(struct btrfs_delayed_node *node) in btrfs_release_delayed_node() 295 struct btrfs_delayed_node *node = NULL; in btrfs_first_prepared_delayed_node() local 312 struct btrfs_delayed_node *node) in btrfs_release_prepared_delayed_node() 347 struct rb_node *node, *prev_node = NULL; in __btrfs_lookup_delayed_item() local [all …]
|
D | relocation.c | 157 struct btrfs_backref_node *node) in mark_block_processed() 182 struct btrfs_backref_node *node, in walk_up_backref() 227 struct btrfs_backref_node *node, u64 bytenr) in update_backref_node() 243 struct btrfs_backref_node *node; in update_backref_cache() local 354 struct mapping_node *node; in find_reloc_root() local 382 struct btrfs_backref_node *node) in handle_useless_nodes() 465 struct btrfs_backref_node *node = NULL; in build_backref_tree() local 542 struct btrfs_backref_node *node = NULL; in clone_backref_node() local 626 struct mapping_node *node; in __add_reloc_root() local 658 struct mapping_node *node = NULL; in __del_reloc_root() local [all …]
|
D | ordered-data.c | 33 struct rb_node *node) in tree_insert() 170 struct rb_node *node; in __btrfs_add_ordered_extent() local 317 struct rb_node *node; in btrfs_dec_test_first_ordered_pending() local 386 struct rb_node *node; in btrfs_dec_test_ordered_pending() local 472 struct rb_node *node; in btrfs_remove_ordered_extent() local 746 struct rb_node *node; in btrfs_lookup_ordered_extent() local 772 struct rb_node *node; in btrfs_lookup_ordered_range() local 841 struct rb_node *node; in btrfs_lookup_first_ordered_extent() local
|
D | backref.h | 229 struct btrfs_backref_node *node[2]; member 295 struct btrfs_backref_node *node) in btrfs_backref_free_node() 317 struct btrfs_backref_node *node) in btrfs_backref_unlock_node_buffer() 326 struct btrfs_backref_node *node) in btrfs_backref_drop_node_buffer() 343 struct btrfs_backref_node *node) in btrfs_backref_drop_node()
|
D | misc.h | 75 struct rb_node *node = root->rb_node; in rb_simple_search() local 92 struct rb_node *node) in rb_simple_insert()
|
/fs/befs/ |
D | btree.c | 192 struct befs_btree_node *node, befs_off_t node_off) in befs_bt_read_node() 330 befs_find_key(struct super_block *sb, struct befs_btree_node *node, in befs_find_key() 599 befs_leafnode(struct befs_btree_node *node) in befs_leafnode() 622 befs_bt_keylen_index(struct befs_btree_node *node) in befs_bt_keylen_index() 643 befs_bt_valarray(struct befs_btree_node *node) in befs_bt_valarray() 659 befs_bt_keydata(struct befs_btree_node *node) in befs_bt_keydata() 675 befs_bt_get_key(struct super_block *sb, struct befs_btree_node *node, in befs_bt_get_key()
|
/fs/ubifs/ |
D | auth.c | 30 int __ubifs_node_calc_hash(const struct ubifs_info *c, const void *node, in __ubifs_node_calc_hash() 64 int ubifs_prepare_auth_node(struct ubifs_info *c, void *node, in ubifs_prepare_auth_node() 138 void ubifs_bad_hash(const struct ubifs_info *c, const void *node, const u8 *hash, in ubifs_bad_hash() 164 int __ubifs_node_check_hash(const struct ubifs_info *c, const void *node, in __ubifs_node_check_hash() 389 static int ubifs_node_calc_hmac(const struct ubifs_info *c, const void *node, in ubifs_node_calc_hmac() 433 int __ubifs_node_insert_hmac(const struct ubifs_info *c, void *node, int len, in __ubifs_node_insert_hmac() 449 int __ubifs_node_verify_hmac(const struct ubifs_info *c, const void *node, in __ubifs_node_verify_hmac()
|
/fs/xfs/libxfs/ |
D | xfs_iext_tree.c | 161 struct xfs_iext_node *node = ifp->if_u1.if_root; in xfs_iext_find_first_leaf() local 179 struct xfs_iext_node *node = ifp->if_u1.if_root; in xfs_iext_find_last_leaf() local 277 struct xfs_iext_node *node, in xfs_iext_key_cmp() 309 struct xfs_iext_node *node = ifp->if_u1.if_root; in xfs_iext_find_level() local 330 struct xfs_iext_node *node, in xfs_iext_node_pos() 345 struct xfs_iext_node *node, in xfs_iext_node_insert_pos() 360 struct xfs_iext_node *node, in xfs_iext_node_nr_entries() 401 struct xfs_iext_node *node = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_grow() local 433 struct xfs_iext_node *node = ifp->if_u1.if_root; in xfs_iext_update_node() local 456 struct xfs_iext_node *node = *nodep; in xfs_iext_split_node() local [all …]
|
/fs/ocfs2/dlm/ |
D | dlmdomain.c | 490 unsigned int node; in dlm_begin_exit_domain_handler() local 533 int node = -1, num = 0; in __dlm_print_nodes() local 550 unsigned int node; in dlm_exit_domain_handler() local 577 unsigned int node) in dlm_send_one_domain_exit() 600 int node = -1; in dlm_begin_exit_domain() local 629 int node, clear_node, status; in dlm_leave_domain() local 728 static int dlm_query_join_proto_check(char *proto_type, int node, in dlm_query_join_proto_check() 1219 struct o2nm_node *node; in dlm_send_nodeinfo() local 1353 unsigned int node) in dlm_send_one_join_cancel() 1383 int node; in dlm_send_join_cancels() local [all …]
|
/fs/unicode/ |
D | mkutf8data.c | 361 struct node { struct 366 struct node *parent; argument 371 unsigned char leftnode; argument 372 unsigned char rightnode; argument 382 struct node *node; in lookup() argument 419 struct node *node; in tree_walk() local 494 struct node *node; in alloc_node() local 535 struct node *node; in insert() local 656 struct node *node; in prune() local 817 struct node *node; in mark_nodes() local [all …]
|
/fs/incfs/ |
D | sysfs.c | 145 struct incfs_sysfs_node *node = container_of(kobj, in incfs_sysfs_release() local 163 struct incfs_sysfs_node *node = NULL; in incfs_add_sysfs_node() local 196 void incfs_free_sysfs_node(struct incfs_sysfs_node *node) in incfs_free_sysfs_node()
|
/fs/ext4/ |
D | extents_status.c | 184 struct rb_node *node; in ext4_es_print_tree() local 216 struct rb_node *node = root->rb_node; in __es_tree_search() local 266 struct rb_node *node; in __es_find_extent_range() local 573 struct rb_node *node; in ext4_es_try_to_merge_left() local 597 struct rb_node *node; in ext4_es_try_to_merge_right() local 990 struct rb_node *node; in ext4_es_lookup_extent() local 1079 struct rb_node *node; in init_rsvd() local 1202 struct rb_node *node = root->rb_node; in __pr_tree_search() local 1247 struct rb_node *node; in get_rsvd() local 1374 struct rb_node *node; in __es_remove_extent() local [all …]
|
/fs/nfs/blocklayout/ |
D | extent_tree.c | 13 ext_node(struct rb_node *node) in ext_node() 21 struct rb_node *node = rb_first(root); in ext_tree_first() local 28 struct rb_node *node = rb_prev(&be->be_node); in ext_tree_prev() local 35 struct rb_node *node = rb_next(&be->be_node); in ext_tree_next() local 48 struct rb_node *node = root->rb_node; in __ext_tree_search() local 325 struct rb_node *node; in __ext_tree_lookup() local
|
/fs/nfs/ |
D | pnfs_dev.c | 287 nfs4_mark_deviceid_available(struct nfs4_deviceid_node *node) in nfs4_mark_deviceid_available() 297 nfs4_mark_deviceid_unavailable(struct nfs4_deviceid_node *node) in nfs4_mark_deviceid_unavailable() 307 nfs4_test_deviceid_unavailable(struct nfs4_deviceid_node *node) in nfs4_test_deviceid_unavailable()
|