Home
last modified time | relevance | path

Searched refs:next_con (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dfile_root.c33 struct hmdfs_peer *next_con = NULL; in get_next_con() local
42 next_con = container_of(node, struct hmdfs_peer, list); in get_next_con()
43 if (next_con->status == NODE_STAT_ONLINE) in get_next_con()
45 current_dev_id = next_con->device_id; in get_next_con()
46 next_con = NULL; in get_next_con()
54 next_con = container_of(node, struct hmdfs_peer, list); in get_next_con()
55 if (next_con->status == NODE_STAT_ONLINE) in get_next_con()
57 current_dev_id = next_con->device_id; in get_next_con()
58 next_con = NULL; in get_next_con()
62 if (next_con) in get_next_con()
72 struct hmdfs_peer *next_con = NULL; hmdfs_device_iterate() local
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dfile_root.c33 struct hmdfs_peer *next_con = NULL; in get_next_con() local
42 next_con = container_of(node, struct hmdfs_peer, list); in get_next_con()
43 if (next_con->status == NODE_STAT_ONLINE) in get_next_con()
45 current_dev_id = next_con->device_id; in get_next_con()
46 next_con = NULL; in get_next_con()
54 next_con = container_of(node, struct hmdfs_peer, list); in get_next_con()
55 if (next_con->status == NODE_STAT_ONLINE) in get_next_con()
57 current_dev_id = next_con->device_id; in get_next_con()
58 next_con = NULL; in get_next_con()
62 if (next_con) in get_next_con()
72 struct hmdfs_peer *next_con = NULL; hmdfs_device_iterate() local
[all...]

Completed in 1 milliseconds