Home
last modified time | relevance | path

Searched defs:nodeid (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/linux/fs/dlm/
H A Dmidcomms.c155 int nodeid; member
275 static struct midcomms_node *__find_node(int nodeid, int r) in __find_node()
333 static struct midcomms_node *nodeid2node(int nodeid) in nodeid2node()
338 int dlm_midcomms_addr(int nodeid, struct sockaddr_storage *addr, int len) in dlm_midcomms_addr()
376 static int dlm_send_ack(int nodeid, uint32_t seq) in dlm_send_ack()
610 int nodeid) in dlm_opts_check_msglen()
920 void dlm_midcomms_unack_msg_resend(int nodeid) in dlm_midcomms_unack_msg_resend()
1005 struct dlm_mhandle *dlm_midcomms_get_mhandle(int nodeid, int len, in dlm_midcomms_get_mhandle()
1219 void dlm_midcomms_add_member(int nodeid) in dlm_midcomms_add_member()
1264 void dlm_midcomms_remove_member(int nodeid) in dlm_midcomms_remove_member()
[all …]
H A Drcom.c123 static int check_rcom_config(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid) in check_rcom_config()
172 int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags, in dlm_rcom_status()
231 int nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_status() local
308 int dlm_rcom_names(struct dlm_ls *ls, int nodeid, char *last_name, in dlm_rcom_names()
342 int error, inlen, outlen, nodeid; in receive_rcom_names() local
385 int error, ret_nodeid, nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_lookup() local
481 int error, nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_lock() local
505 int dlm_send_ls_not_ready(int nodeid, const struct dlm_rcom *rc_in) in dlm_send_ls_not_ready()
583 void dlm_receive_rcom(struct dlm_ls *ls, const struct dlm_rcom *rc, int nodeid) in dlm_receive_rcom()
H A Drequestqueue.c22 int nodeid; member
33 void dlm_add_requestqueue(struct dlm_ls *ls, int nodeid, in dlm_add_requestqueue()
131 static int purge_request(struct dlm_ls *ls, struct dlm_message *ms, int nodeid) in purge_request()
H A Dmember.c310 static int add_remote_member(int nodeid) in add_remote_member()
349 static struct dlm_member *find_memb(struct list_head *head, int nodeid) in find_memb()
360 int dlm_is_member(struct dlm_ls *ls, int nodeid) in dlm_is_member()
367 int dlm_is_removed(struct dlm_ls *ls, int nodeid) in dlm_is_removed()
375 void (*after_del)(int nodeid)) in clear_memb_list()
388 static void remove_remote_member(int nodeid) in remove_remote_member()
537 int nodeid) in find_config_node()
H A Dlowcomms.c70 uint32_t nodeid; /* So we know who we are in the list */ member
152 int nodeid; member
267 static struct connection *__find_con(int nodeid, int r) in __find_con()
279 static void dlm_con_init(struct connection *con, int nodeid) in dlm_con_init()
295 static struct connection *nodeid2con(int nodeid, gfp_t alloc) in nodeid2con()
418 static int addr_to_nodeid(struct sockaddr_storage *addr, int *nodeid, in addr_to_nodeid()
544 int dlm_lowcomms_connect_node(int nodeid) in dlm_lowcomms_connect_node()
569 int dlm_lowcomms_nodes_set_mark(int nodeid, unsigned int mark) in dlm_lowcomms_nodes_set_mark()
858 int nodeid; member
979 int len, idx, result, nodeid; in accept_from_sock() local
[all …]
H A Ddir.c65 int error = -ENOMEM, last_len, nodeid, result; in dlm_recover_directory() local
237 char *outbuf, int outlen, int nodeid) in dlm_copy_master_names()
H A Dlowcomms.h27 static inline int nodeid_hash(int nodeid) in nodeid_hash()
H A Dconfig.h18 int nodeid; member
H A Dconfig.c279 int nodeid; member
293 int nodeid; member
831 static struct dlm_comm *get_comm(int nodeid) in get_comm()
911 int dlm_comm_seq(int nodeid, uint32_t *seq) in dlm_comm_seq()
H A Drecover.c132 int error = 0, delay = 0, nodeid = ls->ls_low_nodeid; in wait_status_low() local
402 static void set_lock_master(struct list_head *queue, int nodeid) in set_lock_master()
H A Dlock.c3651 int error, nodeid = le32_to_cpu(ms_in->m_header.h_nodeid); in send_lookup_reply() local
4755 int nodeid) in dlm_receive_message()
4788 void dlm_receive_buffer(const union dlm_packet *p, int nodeid) in dlm_receive_buffer()
5313 static struct dlm_lkb *search_remid_list(struct list_head *head, int nodeid, in search_remid_list()
5325 static struct dlm_lkb *search_remid(struct dlm_rsb *r, int nodeid, in search_remid()
6044 static void do_purge(struct dlm_ls *ls, int nodeid, int pid) in do_purge()
6059 static int send_purge(struct dlm_ls *ls, int nodeid, int pid) in send_purge()
6076 int nodeid, int pid) in dlm_user_purge()
/openbmc/linux/drivers/nvdimm/
H A Dnd_perf.c133 int nodeid; in nvdimm_pmu_cpu_offline() local
219 int nodeid, rc; in nvdimm_pmu_cpu_hotplug_init() local
/openbmc/linux/fs/fuse/
H A Dinode.c371 u64 nodeid) in fuse_init_submount_lookup()
409 u64 nodeid = *(u64 *) _nodeidp; in fuse_inode_eq() local
418 u64 nodeid = *(u64 *) _nodeidp; in fuse_inode_set() local
423 struct inode *fuse_iget(struct super_block *sb, u64 nodeid, in fuse_iget()
491 struct inode *fuse_ilookup(struct fuse_conn *fc, u64 nodeid, in fuse_ilookup()
513 int fuse_reverse_inval_inode(struct fuse_conn *fc, u64 nodeid, in fuse_reverse_inval_inode()
980 u64 nodeid; member
1035 u64 nodeid; in fuse_encode_fh() local
H A Dfuse_i.h73 u64 nodeid; member
86 u64 nodeid; member
211 u64 nodeid; member
270 uint64_t nodeid; member
923 static inline int invalid_nodeid(u64 nodeid) in invalid_nodeid()
H A Dreaddir.c265 static void fuse_force_forget(struct file *file, u64 nodeid) in fuse_force_forget()
H A Ddev.c237 u64 nodeid, u64 nlookup) in fuse_queue_forget()
1569 u64 nodeid; in fuse_notify_store() local
1747 u64 nodeid; in fuse_notify_retrieve() local
/openbmc/linux/include/linux/
H A Ddlm.h18 int nodeid; /* 1 to MAX_INT */ member
/openbmc/linux/arch/x86/mm/
H A Damdtopology.c62 u32 nodeid, reg; in amd_numa_init() local
/openbmc/linux/mm/
H A Dslab.c241 #define MAKE_LIST(cachep, listp, slab, nodeid) \ argument
247 #define MAKE_ALL_LISTS(cachep, ptr, nodeid) \ argument
1150 int nodeid) in init_list()
1306 slab_out_of_memory(struct kmem_cache *cachep, gfp_t gfpflags, int nodeid) in slab_out_of_memory()
1349 int nodeid) in kmem_getpages()
2275 gfp_t local_flags, int nodeid) in alloc_slabmgmt()
2523 gfp_t flags, int nodeid) in cache_grow_begin()
3118 int nodeid) in ____cache_alloc_node()
3165 __do_cache_alloc(struct kmem_cache *cachep, gfp_t flags, int nodeid) in __do_cache_alloc()
3213 int nodeid, size_t orig_size, unsigned long caller) in slab_alloc_node()
[all …]
/openbmc/linux/drivers/net/appletalk/
H A Dcops.c176 int nodeid; /* Set to 1 once have nodeid. */ member
605 static int cops_nodeid (struct net_device *dev, int nodeid) in cops_nodeid()
/openbmc/linux/include/uapi/linux/
H A Ddlm_plock.h37 __s32 nodeid; member
H A Ddlm_device.h58 __u32 nodeid; member
H A Dfuse.h647 uint64_t nodeid; /* Inode ID */ member
662 uint64_t nodeid; member
967 uint64_t nodeid; member
1028 uint64_t nodeid; member
1036 uint64_t nodeid; member
/openbmc/u-boot/drivers/ddr/fsl/
H A Dutil.c394 u64 nodeid; in remove_unused_controllers() local
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h641 uint64_t nodeid; /* Inode ID */ member
656 uint64_t nodeid; member
961 uint64_t nodeid; member
1022 uint64_t nodeid; member
1030 uint64_t nodeid; member

12