Home
last modified time | relevance | path

Searched refs:mchan_mount (Results 1 – 1 of 1) sorted by relevance

/linux/fs/smb/client/
H A Dconnect.c66 static struct mchan_mount *mchan_mount_alloc(struct cifs_ses *ses);
67 static void mchan_mount_free(struct mchan_mount *mchan_mount);
3796 static struct mchan_mount *
3799 struct mchan_mount *mchan_mount; in mchan_mount_alloc() local
3801 mchan_mount = kzalloc_obj(*mchan_mount); in mchan_mount_alloc()
3802 if (!mchan_mount) in mchan_mount_alloc()
3805 INIT_WORK(&mchan_mount->work, mchan_mount_work_fn); in mchan_mount_alloc()
3810 mchan_mount->ses = ses; in mchan_mount_alloc()
3812 return mchan_mount; in mchan_mount_alloc()
3816 mchan_mount_free(struct mchan_mount *mchan_mount) in mchan_mount_free() argument
[all …]