| /kernel/linux/linux-5.10/fs/dlm/ |
| D | rcom.c | 93 static int check_rcom_config(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid) in check_rcom_config() 142 int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags) in dlm_rcom_status() 198 int nodeid = rc_in->rc_header.h_nodeid; in receive_rcom_status() local 272 int dlm_rcom_names(struct dlm_ls *ls, int nodeid, char *last_name, int last_len) in dlm_rcom_names() 303 int error, inlen, outlen, nodeid; in receive_rcom_names() local 343 int error, ret_nodeid, nodeid = rc_in->rc_header.h_nodeid; in receive_rcom_lookup() local 432 int error, nodeid = rc_in->rc_header.h_nodeid; in receive_rcom_lock() local 454 int dlm_send_ls_not_ready(int nodeid, struct dlm_rcom *rc_in) in dlm_send_ls_not_ready() 534 void dlm_receive_rcom(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid) in dlm_receive_rcom()
|
| D | requestqueue.c | 21 int nodeid; member 32 void dlm_add_requestqueue(struct dlm_ls *ls, int nodeid, struct dlm_message *ms) in dlm_add_requestqueue() 128 static int purge_request(struct dlm_ls *ls, struct dlm_message *ms, int nodeid) in purge_request()
|
| D | lowcomms.c | 70 uint32_t nodeid; /* So we know who we are in the list */ member 113 int nodeid; member 148 static inline int nodeid_hash(int nodeid) in nodeid_hash() 153 static struct connection *__find_con(int nodeid) in __find_con() 176 static struct connection *nodeid2con(int nodeid, gfp_t alloc) in nodeid2con() 250 static struct dlm_node_addr *find_node_addr(int nodeid) in find_node_addr() 288 static int nodeid_to_addr(int nodeid, struct sockaddr_storage *sas_out, in nodeid_to_addr() 336 static int addr_to_nodeid(struct sockaddr_storage *addr, int *nodeid) in addr_to_nodeid() 360 int dlm_lowcomms_addr(int nodeid, struct sockaddr_storage *addr, int len) in dlm_lowcomms_addr() 457 int dlm_lowcomms_connect_node(int nodeid) in dlm_lowcomms_connect_node() [all …]
|
| D | member.c | 337 static struct dlm_member *find_memb(struct list_head *head, int nodeid) in find_memb() 348 int dlm_is_member(struct dlm_ls *ls, int nodeid) in dlm_is_member() 355 int dlm_is_removed(struct dlm_ls *ls, int nodeid) in dlm_is_removed() 513 int nodeid) in find_config_node()
|
| D | dir.c | 65 int error = -ENOMEM, last_len, nodeid, result; in dlm_recover_directory() local 235 char *outbuf, int outlen, int nodeid) in dlm_copy_master_names()
|
| D | midcomms.c | 38 int dlm_process_incoming_buffer(int nodeid, unsigned char *buf, int len) in dlm_process_incoming_buffer()
|
| D | config.c | 256 int nodeid; member 270 int nodeid; member 801 static struct dlm_comm *get_comm(int nodeid) in get_comm() 881 int dlm_comm_seq(int nodeid, uint32_t *seq) in dlm_comm_seq() 891 void dlm_comm_mark(int nodeid, unsigned int *mark) in dlm_comm_mark()
|
| /kernel/linux/linux-6.6/fs/dlm/ |
| D | midcomms.c | 155 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() 659 static void dlm_midcomms_receive_buffer_3_2(const union dlm_packet *p, int nodeid) in dlm_midcomms_receive_buffer_3_2() 787 static void dlm_midcomms_receive_buffer_3_1(const union dlm_packet *p, int nodeid) in dlm_midcomms_receive_buffer_3_1() 838 int dlm_validate_incoming_buffer(int nodeid, unsigned char *buf, int len) in dlm_validate_incoming_buffer() 885 int dlm_process_incoming_buffer(int nodeid, unsigned char *buf, int len) in dlm_process_incoming_buffer() [all …]
|
| D | rcom.c | 123 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()
|
| 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() 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()
|
| D | requestqueue.c | 22 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()
|
| D | lowcomms.c | 70 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() 359 static int nodeid_to_addr(int nodeid, struct sockaddr_storage *sas_out, in nodeid_to_addr() 418 static int addr_to_nodeid(struct sockaddr_storage *addr, int *nodeid, in addr_to_nodeid() 460 int dlm_lowcomms_addr(int nodeid, struct sockaddr_storage *addr, int len) in dlm_lowcomms_addr() 545 int dlm_lowcomms_connect_node(int nodeid) in dlm_lowcomms_connect_node() 570 int dlm_lowcomms_nodes_set_mark(int nodeid, unsigned int mark) in dlm_lowcomms_nodes_set_mark() [all …]
|
| D | dir.c | 65 int error = -ENOMEM, last_len, nodeid, result; in dlm_recover_directory() local 237 char *outbuf, int outlen, int nodeid) in dlm_copy_master_names()
|
| D | lowcomms.h | 27 static inline int nodeid_hash(int nodeid) in nodeid_hash()
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/fs/fuse/ |
| D | inode.c | 299 u64 nodeid = *(u64 *) _nodeidp; in fuse_inode_eq() local 308 u64 nodeid = *(u64 *) _nodeidp; in fuse_inode_set() local 313 struct inode *fuse_iget(struct super_block *sb, u64 nodeid, in fuse_iget() 368 struct inode *fuse_ilookup(struct fuse_conn *fc, u64 nodeid, in fuse_ilookup() 390 int fuse_reverse_inval_inode(struct fuse_conn *fc, u64 nodeid, in fuse_reverse_inval_inode() 774 u64 nodeid; member 829 u64 nodeid; in fuse_encode_fh() local
|
| /kernel/linux/linux-6.6/fs/fuse/ |
| D | inode.c | 371 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() 1003 u64 nodeid; member 1058 u64 nodeid; in fuse_encode_fh() local
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | dlm.h | 18 int nodeid; /* 1 to MAX_INT */ member
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | dlm.h | 18 int nodeid; /* 1 to MAX_INT */ member
|
| /kernel/linux/linux-6.6/arch/x86/mm/ |
| D | amdtopology.c | 62 u32 nodeid, reg; in amd_numa_init() local
|
| /kernel/linux/linux-5.10/arch/x86/mm/ |
| D | amdtopology.c | 62 u32 nodeid, reg; in amd_numa_init() local
|
| /kernel/linux/linux-6.6/mm/ |
| D | slab.c | 241 #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 …]
|
| /kernel/linux/linux-5.10/mm/ |
| D | slab.c | 241 #define MAKE_LIST(cachep, listp, slab, nodeid) \ argument 247 #define MAKE_ALL_LISTS(cachep, ptr, nodeid) \ argument 628 gfp_t flags, int nodeid) in ____cache_alloc_node() 1165 int nodeid) in init_list() 1327 slab_out_of_memory(struct kmem_cache *cachep, gfp_t gfpflags, int nodeid) in slab_out_of_memory() 1370 int nodeid) in kmem_getpages() 2293 gfp_t local_flags, int nodeid) in alloc_slabmgmt() 2564 gfp_t flags, int nodeid) in cache_grow_begin() 3163 int nodeid) in ____cache_alloc_node() 3210 slab_alloc_node(struct kmem_cache *cachep, gfp_t flags, int nodeid, in slab_alloc_node() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/appletalk/ |
| D | cops.c | 176 int nodeid; /* Set to 1 once have nodeid. */ member 605 static int cops_nodeid (struct net_device *dev, int nodeid) in cops_nodeid()
|
| /kernel/linux/linux-6.6/drivers/net/appletalk/ |
| D | cops.c | 176 int nodeid; /* Set to 1 once have nodeid. */ member 605 static int cops_nodeid (struct net_device *dev, int nodeid) in cops_nodeid()
|