Searched refs:cifs_swn_reg (Results 1 – 1 of 1) sorted by relevance
22 struct cifs_swn_reg { struct76 static int cifs_swn_send_register_message(struct cifs_swn_reg *swnreg) in cifs_swn_send_register_message()182 static int cifs_swn_send_unregister_message(struct cifs_swn_reg *swnreg) in cifs_swn_send_unregister_message()252 static struct cifs_swn_reg *cifs_find_swn_reg(struct cifs_tcon *tcon) in cifs_find_swn_reg()254 struct cifs_swn_reg *swnreg; in cifs_find_swn_reg()305 static struct cifs_swn_reg *cifs_get_swn_reg(struct cifs_tcon *tcon) in cifs_get_swn_reg()307 struct cifs_swn_reg *reg = NULL; in cifs_get_swn_reg()323 reg = kmalloc(sizeof(struct cifs_swn_reg), GFP_ATOMIC); in cifs_get_swn_reg()374 struct cifs_swn_reg *swnreg = container_of(ref, struct cifs_swn_reg, ref_count); in cifs_swn_reg_release()387 static void cifs_put_swn_reg(struct cifs_swn_reg *swnreg) in cifs_put_swn_reg()[all …]