Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dconnect.c65 static struct mchan_mount *mchan_mount_alloc(struct cifs_ses *ses);
66 static void mchan_mount_free(struct mchan_mount *mchan_mount);
3807 static struct mchan_mount *
3810 struct mchan_mount *mchan_mount; in mchan_mount_alloc() local
3812 mchan_mount = kzalloc_obj(*mchan_mount); in mchan_mount_alloc()
3813 if (!mchan_mount) in mchan_mount_alloc()
3816 INIT_WORK(&mchan_mount->work, mchan_mount_work_fn); in mchan_mount_alloc()
3821 mchan_mount->ses = ses; in mchan_mount_alloc()
3823 return mchan_mount; in mchan_mount_alloc()
3827 mchan_mount_free(struct mchan_mount *mchan_mount) in mchan_mount_free() argument
[all …]
H A Dcifsglob.h1819 struct mchan_mount { struct