/fs/dlm/ |
D | rcom.c | 85 static int check_config(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid) in check_config() 130 int dlm_rcom_status(struct dlm_ls *ls, int nodeid) in dlm_rcom_status() 175 int error, nodeid = rc_in->rc_header.h_nodeid; in receive_rcom_status() local 208 int dlm_rcom_names(struct dlm_ls *ls, int nodeid, char *last_name, int last_len) in dlm_rcom_names() 246 int error, inlen, outlen, nodeid; in receive_rcom_names() local 286 int error, ret_nodeid, nodeid = rc_in->rc_header.h_nodeid; in receive_rcom_lookup() local 367 int error, nodeid = rc_in->rc_header.h_nodeid; in receive_rcom_lock() local 389 int dlm_send_ls_not_ready(int nodeid, struct dlm_rcom *rc_in) in dlm_send_ls_not_ready() 452 void dlm_receive_rcom(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid) in dlm_receive_rcom()
|
D | requestqueue.c | 22 int nodeid; member 33 void dlm_add_requestqueue(struct dlm_ls *ls, int nodeid, struct dlm_message *ms) in dlm_add_requestqueue() 119 static int purge_request(struct dlm_ls *ls, struct dlm_message *ms, int nodeid) in purge_request()
|
D | dir.c | 84 int nodeid; in dlm_hash2nodeid() local 152 void dlm_dir_remove_entry(struct dlm_ls *ls, int nodeid, char *name, int namelen) in dlm_dir_remove_entry() 302 static int get_entry(struct dlm_ls *ls, int nodeid, char *name, in get_entry() 346 int dlm_dir_lookup(struct dlm_ls *ls, int nodeid, char *name, int namelen, in dlm_dir_lookup() 372 char *outbuf, int outlen, int nodeid) in dlm_copy_master_names()
|
D | member.c | 45 static int dlm_add_member(struct dlm_ls *ls, int nodeid) in dlm_add_member() 73 int dlm_is_member(struct dlm_ls *ls, int nodeid) in dlm_is_member() 84 int dlm_is_removed(struct dlm_ls *ls, int nodeid) in dlm_is_removed()
|
D | lowcomms.c | 100 uint32_t nodeid; /* So we know who we are in the list */ member 153 static struct connection *__nodeid2con(int nodeid, gfp_t alloc) in __nodeid2con() 205 static struct connection *nodeid2con(int nodeid, gfp_t allocation) in nodeid2con() 234 static int nodeid_to_addr(int nodeid, struct sockaddr *retaddr) in nodeid_to_addr() 415 int nodeid; in process_sctp_notification() local 656 int nodeid; in tcp_accept_from_sock() local 1180 void *dlm_lowcomms_get_buffer(int nodeid, int len, gfp_t allocation, char **ppc) in dlm_lowcomms_get_buffer() 1331 int dlm_lowcomms_close(int nodeid) in dlm_lowcomms_close() 1372 int nodeid; in clean_writequeues() local
|
D | recover.c | 127 int error = 0, delay = 0, nodeid = ls->ls_low_nodeid; in wait_status_low() local 290 static void set_lock_master(struct list_head *queue, int nodeid) in set_lock_master() 313 static void set_new_master(struct dlm_rsb *r, int nodeid) in set_new_master() 423 int nodeid; in dlm_recover_master_reply() local
|
D | midcomms.c | 58 int dlm_process_incoming_buffer(int nodeid, const void *base, in dlm_process_incoming_buffer()
|
D | config.c | 280 int nodeid; member 293 int nodeid; member 809 static struct dlm_comm *get_comm(int nodeid, struct sockaddr_storage *addr) in get_comm() 915 int dlm_node_weight(char *lsname, int nodeid) in dlm_node_weight() 938 int dlm_nodeid_to_addr(int nodeid, struct sockaddr_storage *addr) in dlm_nodeid_to_addr() 950 int dlm_addr_to_nodeid(struct sockaddr_storage *addr, int *nodeid) in dlm_addr_to_nodeid()
|
D | lock.c | 475 int nodeid = dlm_dir_nodeid(r); in find_rsb() local 2953 int error, nodeid = ms_in->m_header.h_nodeid; in send_lookup_reply() local 3826 int nodeid) in dlm_receive_message() 3849 void dlm_receive_buffer(union dlm_packet *p, int nodeid) in dlm_receive_buffer() 4264 static struct dlm_lkb *search_remid_list(struct list_head *head, int nodeid, in search_remid_list() 4276 static struct dlm_lkb *search_remid(struct dlm_rsb *r, int nodeid, in search_remid() 4864 static void do_purge(struct dlm_ls *ls, int nodeid, int pid) in do_purge() 4879 static int send_purge(struct dlm_ls *ls, int nodeid, int pid) in send_purge() 4896 int nodeid, int pid) in dlm_user_purge()
|
D | dlm_internal.h | 123 int nodeid; member
|
/fs/fuse/ |
D | inode.c | 88 u64 nodeid, u64 nlookup) in fuse_send_forget() 211 u64 nodeid = *(u64 *) _nodeidp; in fuse_inode_eq() local 220 u64 nodeid = *(u64 *) _nodeidp; in fuse_inode_set() local 225 struct inode *fuse_iget(struct super_block *sb, u64 nodeid, in fuse_iget() 558 u64 nodeid; member 619 u64 nodeid; in fuse_encode_fh() local
|
D | dir.c | 116 u64 nodeid, struct qstr *name, in fuse_lookup_init() 222 static int invalid_nodeid(u64 nodeid) in invalid_nodeid() 257 int fuse_lookup_name(struct super_block *sb, u64 nodeid, struct qstr *name, in fuse_lookup_name() 368 u64 nodeid, int flags) in fuse_sync_release()
|
D | fuse_i.h | 65 u64 nodeid; member
|
D | file.c | 145 void fuse_release_fill(struct fuse_file *ff, u64 nodeid, int flags, int opcode) in fuse_release_fill()
|