Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 121) sorted by relevance

12345

/fs/hfs/
Dbnode.c17 void hfs_bnode_read(struct hfs_bnode *node, void *buf, in hfs_bnode_read()
29 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16()
37 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8()
45 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key()
60 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write()
72 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16()
79 void hfs_bnode_write_u8(struct hfs_bnode *node, int off, u8 data) in hfs_bnode_write_u8()
85 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear()
118 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move()
135 void hfs_bnode_dump(struct hfs_bnode *node) in hfs_bnode_dump()
[all …]
Dbrec.c18 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff()
30 u16 hfs_brec_keylen(struct hfs_bnode *node, u16 rec) in hfs_brec_keylen()
67 struct hfs_bnode *node, *new_node; in hfs_brec_insert() local
178 struct hfs_bnode *node, *parent; in hfs_brec_remove() local
232 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local
353 struct hfs_bnode *node, *new_node, *parent; in hfs_brec_update_parent() local
453 struct hfs_bnode *node, *new_node; in hfs_btree_inc_height() local
Dbtree.c138 struct hfs_bnode *node; in hfs_btree_close() local
162 struct hfs_bnode *node; in hfs_btree_write() local
190 struct hfs_bnode *node; in hfs_bmap_new_bmap() local
224 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local
311 void hfs_bmap_free(struct hfs_bnode *node) in hfs_bmap_free()
/fs/hfsplus/
Dbnode.c21 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_read()
42 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16()
50 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8()
58 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key()
74 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write()
97 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16()
104 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear()
186 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move()
299 void hfs_bnode_dump(struct hfs_bnode *node) in hfs_bnode_dump()
336 void hfs_bnode_unlink(struct hfs_bnode *node) in hfs_bnode_unlink()
[all …]
Dbrec.c19 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()
65 struct hfs_bnode *node, *new_node; in hfs_brec_insert() local
180 struct hfs_bnode *node, *parent; in hfs_brec_remove() local
236 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local
357 struct hfs_bnode *node, *new_node, *parent; in hfs_brec_update_parent() local
457 struct hfs_bnode *node, *new_node; in hfs_btree_inc_height() local
Dbtree.c259 struct hfs_bnode *node; in hfs_btree_close() local
284 struct hfs_bnode *node; in hfs_btree_write() local
314 struct hfs_bnode *node; in hfs_bmap_new_bmap() local
346 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local
435 void hfs_bmap_free(struct hfs_bnode *node) in hfs_bmap_free()
/fs/ocfs2/cluster/
Dquorum.c177 static void o2quo_set_hold(struct o2quo_state *qs, u8 node) in o2quo_set_hold()
189 static void o2quo_clear_hold(struct o2quo_state *qs, u8 node) in o2quo_clear_hold()
210 void o2quo_hb_up(u8 node) in o2quo_hb_up()
234 void o2quo_hb_down(u8 node) in o2quo_hb_down()
259 void o2quo_hb_still_up(u8 node) in o2quo_hb_still_up()
278 void o2quo_conn_up(u8 node) in o2quo_conn_up()
304 void o2quo_conn_err(u8 node) in o2quo_conn_err()
Dnodemanager.c45 struct o2nm_node *node = NULL; in o2nm_get_node_by_num() local
84 struct o2nm_node *node, *ret = NULL; in o2nm_node_ip_tree_lookup() local
114 struct o2nm_node *node = NULL; in o2nm_get_node_by_ip() local
131 void o2nm_node_put(struct o2nm_node *node) in o2nm_node_put()
137 void o2nm_node_get(struct o2nm_node *node) in o2nm_node_get()
171 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_release() local
180 static struct o2nm_cluster *to_o2nm_cluster_from_node(struct o2nm_node *node) in to_o2nm_cluster_from_node()
196 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_num_store() local
242 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_ipv4_port_store() local
271 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_ipv4_address_store() local
[all …]
Dtcp.c148 u32 msgkey, struct task_struct *task, u8 node) in o2net_init_nst()
425 static struct o2net_sock_container *sc_alloc(struct o2nm_node *node) in sc_alloc()
1014 int node, ret; in o2net_fill_node_map() local
1601 struct o2nm_node *node = NULL, *mynode = NULL; in o2net_start_connect() local
1752 void o2net_disconnect_node(struct o2nm_node *node) in o2net_disconnect_node()
1770 static void o2net_hb_node_down_cb(struct o2nm_node *node, int node_num, in o2net_hb_node_down_cb()
1784 static void o2net_hb_node_up_cb(struct o2nm_node *node, int node_num, in o2net_hb_node_up_cb()
1842 struct o2nm_node *node = NULL; in o2net_accept_one() local
2099 int o2net_start_listening(struct o2nm_node *node) in o2net_start_listening()
2126 void o2net_stop_listening(struct o2nm_node *node) in o2net_stop_listening()
[all …]
/fs/nilfs2/
Dbtree.c82 static int nilfs_btree_node_get_flags(const struct nilfs_btree_node *node) in nilfs_btree_node_get_flags()
88 nilfs_btree_node_set_flags(struct nilfs_btree_node *node, int flags) in nilfs_btree_node_set_flags()
93 static int nilfs_btree_node_root(const struct nilfs_btree_node *node) in nilfs_btree_node_root()
98 static int nilfs_btree_node_get_level(const struct nilfs_btree_node *node) in nilfs_btree_node_get_level()
104 nilfs_btree_node_set_level(struct nilfs_btree_node *node, int level) in nilfs_btree_node_set_level()
109 static int nilfs_btree_node_get_nchildren(const struct nilfs_btree_node *node) in nilfs_btree_node_get_nchildren()
115 nilfs_btree_node_set_nchildren(struct nilfs_btree_node *node, int nchildren) in nilfs_btree_node_set_nchildren()
131 nilfs_btree_node_dkeys(const struct nilfs_btree_node *node) in nilfs_btree_node_dkeys()
139 nilfs_btree_node_dptrs(const struct nilfs_btree_node *node, int ncmax) in nilfs_btree_node_dptrs()
145 nilfs_btree_node_get_key(const struct nilfs_btree_node *node, int index) in nilfs_btree_node_get_key()
[all …]
/fs/btrfs/
Dulist.c63 struct ulist_node *node; in ulist_fini() 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
Ddelayed-inode.c86 struct btrfs_delayed_node *node; in btrfs_get_delayed_node() local
118 struct btrfs_delayed_node *node; in btrfs_get_or_create_delayed_node() local
164 struct btrfs_delayed_node *node, in btrfs_queue_delayed_node()
185 struct btrfs_delayed_node *node) in btrfs_dequeue_delayed_node()
203 struct btrfs_delayed_node *node = NULL; in btrfs_first_delayed_node() local
219 struct btrfs_delayed_node *node) in btrfs_next_delayed_node()
278 static inline void btrfs_release_delayed_node(struct btrfs_delayed_node *node) in btrfs_release_delayed_node()
287 struct btrfs_delayed_node *node = NULL; in btrfs_first_prepared_delayed_node() local
304 struct btrfs_delayed_node *node) in btrfs_release_prepared_delayed_node()
339 struct rb_node *node, *prev_node = NULL; in __btrfs_lookup_delayed_item() local
[all …]
Ddelayed-ref.h92 struct btrfs_delayed_ref_node node; member
143 struct btrfs_delayed_ref_node node; member
150 struct btrfs_delayed_ref_node node; member
283 static int btrfs_delayed_ref_is_head(struct btrfs_delayed_ref_node *node) in btrfs_delayed_ref_is_head()
292 btrfs_delayed_node_to_tree_ref(struct btrfs_delayed_ref_node *node) in btrfs_delayed_node_to_tree_ref()
299 btrfs_delayed_node_to_data_ref(struct btrfs_delayed_ref_node *node) in btrfs_delayed_node_to_data_ref()
306 btrfs_delayed_node_to_head(struct btrfs_delayed_ref_node *node) in btrfs_delayed_node_to_head()
Drelocation.c93 struct backref_node *node[2]; member
221 struct backref_node *node; in backref_cache_cleanup() local
249 struct backref_node *node; in alloc_backref_node() local
263 struct backref_node *node) in free_backref_node()
291 struct rb_node *node) in tree_insert()
348 static struct backref_node *walk_up_backref(struct backref_node *node, in walk_up_backref()
393 static void unlock_node_buffer(struct backref_node *node) in unlock_node_buffer()
401 static void drop_node_buffer(struct backref_node *node) in drop_node_buffer()
411 struct backref_node *node) in drop_backref_node()
427 struct backref_node *node) in remove_backref_node()
[all …]
Dordered-data.c43 struct rb_node *node) in tree_insert()
191 struct rb_node *node; in __btrfs_add_ordered_extent() local
307 struct rb_node *node; in btrfs_dec_test_first_ordered_pending() local
380 struct rb_node *node; in btrfs_dec_test_ordered_pending() local
593 struct rb_node *node; in btrfs_remove_ordered_extent() local
858 struct rb_node *node; in btrfs_lookup_ordered_extent() local
885 struct rb_node *node; in btrfs_lookup_ordered_range() local
940 struct rb_node *node; in btrfs_lookup_first_ordered_extent() local
967 struct rb_node *node; in btrfs_ordered_update_i_size() local
/fs/befs/
Dbtree.c195 struct befs_btree_node *node, befs_off_t node_off) in befs_bt_read_node()
333 befs_find_key(struct super_block *sb, struct befs_btree_node *node, in befs_find_key()
602 befs_leafnode(struct befs_btree_node *node) in befs_leafnode()
625 befs_bt_keylen_index(struct befs_btree_node *node) in befs_bt_keylen_index()
646 befs_bt_valarray(struct befs_btree_node *node) in befs_bt_valarray()
662 befs_bt_keydata(struct befs_btree_node *node) in befs_bt_keydata()
678 befs_bt_get_key(struct super_block *sb, struct befs_btree_node *node, in befs_bt_get_key()
/fs/ocfs2/dlm/
Ddlmdomain.c493 unsigned int node; in dlm_begin_exit_domain_handler() local
536 int node = -1, num = 0; in __dlm_print_nodes() local
553 unsigned int node; in dlm_exit_domain_handler() local
580 unsigned int node) in dlm_send_one_domain_exit()
603 int node = -1; in dlm_begin_exit_domain() local
632 int node, clear_node, status; in dlm_leave_domain() local
745 static int dlm_query_join_proto_check(char *proto_type, int node, in dlm_query_join_proto_check()
1236 struct o2nm_node *node; in dlm_send_nodeinfo() local
1370 unsigned int node) in dlm_send_one_join_cancel()
1400 int node; in dlm_send_join_cancels() local
[all …]
/fs/ext4/
Dextents_status.c178 struct rb_node *node; in ext4_es_print_tree() local
210 struct rb_node *node = root->rb_node; in __es_tree_search() local
250 struct rb_node *node; in ext4_es_find_delayed_extent_range() local
417 struct rb_node *node; in ext4_es_try_to_merge_left() local
441 struct rb_node *node; in ext4_es_try_to_merge_right() local
785 struct rb_node *node; in ext4_es_lookup_extent() local
843 struct rb_node *node; in __es_remove_extent() local
1193 struct rb_node *node; in es_do_reclaim_extents() local
Dblock_validity.c23 struct rb_node node; member
61 struct rb_node **n = &sbi->system_blks.rb_node, *node; in add_system_zone() local
123 struct rb_node *node; in debug_print_tree() local
/fs/nfs/blocklayout/
Dextent_tree.c12 ext_node(struct rb_node *node) in ext_node()
20 struct rb_node *node = rb_first(root); in ext_tree_first() local
27 struct rb_node *node = rb_prev(&be->be_node); in ext_tree_prev() local
34 struct rb_node *node = rb_next(&be->be_node); in ext_tree_next() local
47 struct rb_node *node = root->rb_node; in __ext_tree_search() local
324 struct rb_node *node; in __ext_tree_lookup() local
/fs/xfs/libxfs/
Dxfs_da_btree.c308 struct xfs_da_intnode *node; in xfs_da3_node_create() local
358 struct xfs_da_intnode *node; in xfs_da3_split() local
512 struct xfs_da_intnode *node; in xfs_da3_root_split() local
646 struct xfs_da_intnode *node; in xfs_da3_node_split() local
883 struct xfs_da_intnode *node; in xfs_da3_node_add() local
1120 struct xfs_da_intnode *node; in xfs_da3_node_toosmall() local
1243 struct xfs_da_intnode *node; in xfs_da3_node_lasthash() local
1267 struct xfs_da_intnode *node; in xfs_da3_fixhashpath() local
1321 struct xfs_da_intnode *node; in xfs_da3_node_remove() local
1457 struct xfs_da_intnode *node; in xfs_da3_node_lookup_int() local
[all …]
/fs/
Dseq_file.c875 struct hlist_node *node; in seq_hlist_start() local
912 struct hlist_node *node = v; in seq_hlist_next() local
936 struct hlist_node *node; in seq_hlist_start_rcu() local
983 struct hlist_node *node = v; in seq_hlist_next_rcu() local
1004 struct hlist_node *node; in seq_hlist_start_percpu() local
1029 struct hlist_node *node = v; in seq_hlist_next_percpu() local
Dmbcache.c131 struct hlist_bl_node *node; in __entry_find() local
199 struct hlist_bl_node *node; in mb_cache_entry_get() local
228 struct hlist_bl_node *node; in mb_cache_entry_delete_block() local
/fs/ocfs2/
Dreservations.c89 struct rb_node *node; in ocfs2_dump_resv() local
148 struct rb_node *node; in ocfs2_check_resmap() local
282 struct rb_node *node; in ocfs2_resmap_clear_all_resv() local
371 struct rb_node *node = resmap->m_reservations.rb_node; in ocfs2_find_resv_lhs() local
/fs/proc/
Dproc_sysctl.c107 struct rb_node *node = dir->root.rb_node; in find_entry() local
135 struct rb_node *node = &head->node[entry - head->ctl_table].node; in insert_entry() local
174 struct rb_node *node = &head->node[entry - head->ctl_table].node; in erase_entry() local
181 struct ctl_node *node, struct ctl_table *table) in init_header()
347 static struct ctl_node *first_usable_entry(struct rb_node *node) in first_usable_entry()
888 struct ctl_node *node; in new_dir() local
1069 struct ctl_node *node; in new_links() local
1227 struct ctl_node *node; in __register_sysctl_table() local

12345