/linux-6.12.1/fs/dlm/ |
D | midcomms.c | 155 int nodeid; member 274 static struct midcomms_node *__find_node(int nodeid, int r) in __find_node() 332 static struct midcomms_node *nodeid2node(int nodeid) in nodeid2node() 337 int dlm_midcomms_addr(int nodeid, struct sockaddr_storage *addr) in dlm_midcomms_addr() 375 static int dlm_send_ack(int nodeid, uint32_t seq) in dlm_send_ack() 608 int nodeid) in dlm_opts_check_msglen() 657 static void dlm_midcomms_receive_buffer_3_2(const union dlm_packet *p, int nodeid) in dlm_midcomms_receive_buffer_3_2() 785 static void dlm_midcomms_receive_buffer_3_1(const union dlm_packet *p, int nodeid) in dlm_midcomms_receive_buffer_3_1() 836 int dlm_validate_incoming_buffer(int nodeid, unsigned char *buf, int len) in dlm_validate_incoming_buffer() 883 int dlm_process_incoming_buffer(int nodeid, unsigned char *buf, int len) in dlm_process_incoming_buffer() [all …]
|
D | rcom.c | 122 static int check_rcom_config(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid) in check_rcom_config() 171 int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags, in dlm_rcom_status() 230 int nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_status() local 307 int dlm_rcom_names(struct dlm_ls *ls, int nodeid, char *last_name, in dlm_rcom_names() 341 int error, inlen, outlen, nodeid; in receive_rcom_names() local 384 int error, ret_nodeid, nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_lookup() local 480 int error, nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_lock() local 504 int dlm_send_ls_not_ready(int nodeid, const struct dlm_rcom *rc_in) in dlm_send_ls_not_ready() 582 void dlm_receive_rcom(struct dlm_ls *ls, const struct dlm_rcom *rc, int nodeid) in dlm_receive_rcom()
|
D | dir.c | 63 int error = -ENOMEM, last_len, nodeid, result; in dlm_recover_directory() local 236 static void drop_dir_ctx(struct dlm_ls *ls, int nodeid) in drop_dir_ctx() 252 static struct dlm_dir_dump *lookup_dir_dump(struct dlm_ls *ls, int nodeid) in lookup_dir_dump() 268 static struct dlm_dir_dump *init_dir_dump(struct dlm_ls *ls, int nodeid) in init_dir_dump() 298 char *outbuf, int outlen, int nodeid) in dlm_copy_master_names()
|
D | member.c | 310 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() 377 void (*after_del)(int nodeid)) in clear_memb_list() 390 static void remove_remote_member(int nodeid) in remove_remote_member() 539 int nodeid) in find_config_node()
|
D | requestqueue.c | 22 int nodeid; member 33 void dlm_add_requestqueue(struct dlm_ls *ls, int nodeid, in dlm_add_requestqueue() 108 static int purge_request(struct dlm_ls *ls, struct dlm_message *ms, int nodeid) in purge_request()
|
D | lowcomms.c | 71 uint32_t nodeid; /* So we know who we are in the list */ member 153 int nodeid; member 269 static struct connection *__find_con(int nodeid, int r) in __find_con() 281 static void dlm_con_init(struct connection *con, int nodeid) in dlm_con_init() 297 static struct connection *nodeid2con(int nodeid, gfp_t alloc) in nodeid2con() 361 static int nodeid_to_addr(int nodeid, struct sockaddr_storage *sas_out, in nodeid_to_addr() 420 static int addr_to_nodeid(struct sockaddr_storage *addr, int *nodeid, in addr_to_nodeid() 462 int dlm_lowcomms_addr(int nodeid, struct sockaddr_storage *addr) in dlm_lowcomms_addr() 546 int dlm_lowcomms_connect_node(int nodeid) in dlm_lowcomms_connect_node() 571 int dlm_lowcomms_nodes_set_mark(int nodeid, unsigned int mark) in dlm_lowcomms_nodes_set_mark() [all …]
|
D | lowcomms.h | 27 static inline int nodeid_hash(int nodeid) in nodeid_hash()
|
D | config.c | 287 int nodeid; member 301 int nodeid; member 839 static struct dlm_comm *get_comm(int nodeid) in get_comm() 919 int dlm_comm_seq(int nodeid, uint32_t *seq) in dlm_comm_seq()
|
D | config.h | 18 int nodeid; member
|
D | recover.c | 132 int error = 0, delay = 0, nodeid = ls->ls_low_nodeid; in wait_status_low() local 405 static void set_lock_master(struct list_head *queue, int nodeid) in set_lock_master()
|
D | lock.c | 3808 int error, nodeid = le32_to_cpu(ms_in->m_header.h_nodeid); in send_lookup_reply() local 4915 int nodeid) in dlm_receive_message() 4960 void dlm_receive_buffer(const union dlm_packet *p, int nodeid) in dlm_receive_buffer() 5511 static struct dlm_lkb *search_remid_list(struct list_head *head, int nodeid, in search_remid_list() 5523 static struct dlm_lkb *search_remid(struct dlm_rsb *r, int nodeid, in search_remid() 6242 static void do_purge(struct dlm_ls *ls, int nodeid, int pid) in do_purge() 6257 static int send_purge(struct dlm_ls *ls, int nodeid, int pid) in send_purge() 6274 int nodeid, int pid) in dlm_user_purge()
|
D | debug_fs.c | 738 void *dlm_create_debug_comms_file(int nodeid, void *data) in dlm_create_debug_comms_file()
|
/linux-6.12.1/drivers/nvdimm/ |
D | nd_perf.c | 133 int nodeid; in nvdimm_pmu_cpu_offline() local 219 int nodeid, rc; in nvdimm_pmu_cpu_hotplug_init() local
|
/linux-6.12.1/fs/fuse/ |
D | inode.c | 376 u64 nodeid) in fuse_init_submount_lookup() 413 u64 nodeid = *(u64 *) _nodeidp; in fuse_inode_eq() local 422 u64 nodeid = *(u64 *) _nodeidp; in fuse_inode_set() local 427 struct inode *fuse_iget(struct super_block *sb, u64 nodeid, in fuse_iget() 495 struct inode *fuse_ilookup(struct fuse_conn *fc, u64 nodeid, in fuse_ilookup() 517 int fuse_reverse_inval_inode(struct fuse_conn *fc, u64 nodeid, in fuse_reverse_inval_inode() 1008 u64 nodeid; member 1063 u64 nodeid; in fuse_encode_fh() local
|
D | fuse_i.h | 73 u64 nodeid; member 96 u64 nodeid; member 233 u64 nodeid; member 295 uint64_t nodeid; member 971 static inline int invalid_nodeid(u64 nodeid) in invalid_nodeid()
|
D | readdir.c | 265 static void fuse_force_forget(struct file *file, u64 nodeid) in fuse_force_forget()
|
D | dev.c | 320 u64 nodeid, u64 nlookup) in fuse_queue_forget() 1616 u64 nodeid; in fuse_notify_store() local 1796 u64 nodeid; in fuse_notify_retrieve() local
|
D | dir.c | 172 u64 nodeid, const struct qstr *name, in fuse_lookup_init() 363 int fuse_lookup_name(struct super_block *sb, u64 nodeid, const struct qstr *name, in fuse_lookup_name()
|
D | file.c | 25 static int fuse_send_open(struct fuse_mount *fm, u64 nodeid, in fuse_send_open() 126 struct fuse_file *fuse_file_open(struct fuse_mount *fm, u64 nodeid, in fuse_file_open() 172 int fuse_do_open(struct fuse_mount *fm, u64 nodeid, struct file *file, in fuse_do_open()
|
/linux-6.12.1/include/linux/ |
D | dlm.h | 18 int nodeid; /* 1 to MAX_INT */ member
|
/linux-6.12.1/arch/x86/mm/ |
D | amdtopology.c | 61 u32 nodeid, reg; in amd_numa_init() local
|
/linux-6.12.1/include/uapi/linux/ |
D | dlm_plock.h | 37 __s32 nodeid; member
|
D | dlm_device.h | 58 __u32 nodeid; member
|
D | fuse.h | 667 uint64_t nodeid; /* Inode ID */ member 682 uint64_t nodeid; member 1011 uint64_t nodeid; member 1072 uint64_t nodeid; member 1080 uint64_t nodeid; member
|
/linux-6.12.1/arch/powerpc/platforms/pseries/ |
D | papr_scm.c | 445 int rc, nodeid; in papr_scm_pmu_register() local
|