/fs/hfs/ |
D | bnode.c | 18 void hfs_bnode_read(struct hfs_bnode *node, void *buf, in hfs_bnode_read() 30 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16() 38 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8() 46 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key() 61 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write() 73 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16() 80 void hfs_bnode_write_u8(struct hfs_bnode *node, int off, u8 data) in hfs_bnode_write_u8() 86 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() 117 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move() 134 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 1568 struct o2nm_node *node = NULL, *mynode = NULL; in o2net_start_connect() local 1719 void o2net_disconnect_node(struct o2nm_node *node) in o2net_disconnect_node() 1737 static void o2net_hb_node_down_cb(struct o2nm_node *node, int node_num, in o2net_hb_node_down_cb() 1751 static void o2net_hb_node_up_cb(struct o2nm_node *node, int node_num, in o2net_hb_node_up_cb() 1809 struct o2nm_node *node = NULL; in o2net_accept_one() local 2064 int o2net_start_listening(struct o2nm_node *node) in o2net_start_listening() 2091 void o2net_stop_listening(struct o2nm_node *node) in o2net_stop_listening() [all …]
|
/fs/nilfs2/ |
D | btree.c | 73 static int nilfs_btree_node_get_flags(const struct nilfs_btree_node *node) in nilfs_btree_node_get_flags() 79 nilfs_btree_node_set_flags(struct nilfs_btree_node *node, int flags) in nilfs_btree_node_set_flags() 84 static int nilfs_btree_node_root(const struct nilfs_btree_node *node) in nilfs_btree_node_root() 89 static int nilfs_btree_node_get_level(const struct nilfs_btree_node *node) in nilfs_btree_node_get_level() 95 nilfs_btree_node_set_level(struct nilfs_btree_node *node, int level) in nilfs_btree_node_set_level() 100 static int nilfs_btree_node_get_nchildren(const struct nilfs_btree_node *node) in nilfs_btree_node_get_nchildren() 106 nilfs_btree_node_set_nchildren(struct nilfs_btree_node *node, int nchildren) in nilfs_btree_node_set_nchildren() 122 nilfs_btree_node_dkeys(const struct nilfs_btree_node *node) in nilfs_btree_node_dkeys() 130 nilfs_btree_node_dptrs(const struct nilfs_btree_node *node, int ncmax) in nilfs_btree_node_dptrs() 136 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 | 70 struct btrfs_delayed_node *node; in btrfs_get_delayed_node() local 124 struct btrfs_delayed_node *node; in btrfs_get_or_create_delayed_node() local 169 struct btrfs_delayed_node *node, in btrfs_queue_delayed_node() 190 struct btrfs_delayed_node *node) in btrfs_dequeue_delayed_node() 208 struct btrfs_delayed_node *node = NULL; in btrfs_first_delayed_node() local 224 struct btrfs_delayed_node *node) in btrfs_next_delayed_node() 284 static inline void btrfs_release_delayed_node(struct btrfs_delayed_node *node) in btrfs_release_delayed_node() 293 struct btrfs_delayed_node *node = NULL; in btrfs_first_prepared_delayed_node() local 310 struct btrfs_delayed_node *node) in btrfs_release_prepared_delayed_node() 345 struct rb_node *node, *prev_node = NULL; in __btrfs_lookup_delayed_item() local [all …]
|
D | relocation.c | 83 struct backref_node *node[2]; member 213 struct backref_node *node; in backref_cache_cleanup() local 241 struct backref_node *node; in alloc_backref_node() local 255 struct backref_node *node) in free_backref_node() 283 struct rb_node *node) in tree_insert() 340 static struct backref_node *walk_up_backref(struct backref_node *node, in walk_up_backref() 385 static void unlock_node_buffer(struct backref_node *node) in unlock_node_buffer() 393 static void drop_node_buffer(struct backref_node *node) in drop_node_buffer() 403 struct backref_node *node) in drop_backref_node() 419 struct backref_node *node) in remove_backref_node() [all …]
|
D | ordered-data.c | 32 struct rb_node *node) in tree_insert() 181 struct rb_node *node; in __btrfs_add_ordered_extent() local 308 struct rb_node *node; in btrfs_dec_test_first_ordered_pending() local 378 struct rb_node *node; in btrfs_dec_test_ordered_pending() local 467 struct rb_node *node; in btrfs_remove_ordered_extent() local 711 struct rb_node *node; in btrfs_lookup_ordered_extent() local 737 struct rb_node *node; in btrfs_lookup_ordered_range() local 778 struct rb_node *node; in btrfs_lookup_first_ordered_extent() local 805 struct rb_node *node; in btrfs_ordered_update_i_size() local
|
/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() 78 int ubifs_prepare_auth_node(struct ubifs_info *c, void *node, in ubifs_prepare_auth_node() 161 void ubifs_bad_hash(const struct ubifs_info *c, const void *node, const u8 *hash, in ubifs_bad_hash() 187 int __ubifs_node_check_hash(const struct ubifs_info *c, const void *node, in __ubifs_node_check_hash() 410 static int ubifs_node_calc_hmac(const struct ubifs_info *c, const void *node, in ubifs_node_calc_hmac() 454 int __ubifs_node_insert_hmac(const struct ubifs_info *c, void *node, int len, in __ubifs_node_insert_hmac() 470 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 …]
|
D | xfs_da_btree.c | 335 struct xfs_da_intnode *node; in xfs_da3_node_create() local 385 struct xfs_da_intnode *node; in xfs_da3_split() local 544 struct xfs_da_intnode *node; in xfs_da3_root_split() local 678 struct xfs_da_intnode *node; in xfs_da3_node_split() local 915 struct xfs_da_intnode *node; in xfs_da3_node_add() local 1152 struct xfs_da_intnode *node; in xfs_da3_node_toosmall() local 1275 struct xfs_da_intnode *node; in xfs_da3_node_lasthash() local 1299 struct xfs_da_intnode *node; in xfs_da3_fixhashpath() local 1353 struct xfs_da_intnode *node; in xfs_da3_node_remove() local 1489 struct xfs_da_intnode *node; in xfs_da3_node_lookup_int() 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/ext4/ |
D | extents_status.c | 181 struct rb_node *node; in ext4_es_print_tree() local 213 struct rb_node *node = root->rb_node; in __es_tree_search() local 263 struct rb_node *node; in __es_find_extent_range() local 533 struct rb_node *node; in ext4_es_try_to_merge_left() local 557 struct rb_node *node; in ext4_es_try_to_merge_right() local 908 struct rb_node *node; in ext4_es_lookup_extent() local 996 struct rb_node *node; in init_rsvd() local 1119 struct rb_node *node = root->rb_node; in __pr_tree_search() local 1164 struct rb_node *node; in get_rsvd() local 1289 struct rb_node *node; in __es_remove_extent() local [all …]
|
D | block_validity.c | 24 struct rb_node node; member 72 struct rb_node **n = &system_blks->root.rb_node, *node; in add_system_zone() local 134 struct rb_node *node; in debug_print_tree() local
|
/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()
|
/fs/ |
D | mbcache.c | 133 struct hlist_bl_node *node; in __entry_find() local 201 struct hlist_bl_node *node; in mb_cache_entry_get() local 229 struct hlist_bl_node *node; in mb_cache_entry_delete() local
|