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.c66 static struct mchan_mount *mchan_mount_alloc(struct cifs_ses *ses);
67 static void mchan_mount_free(struct mchan_mount *mchan_mount);
3808 static struct mchan_mount *
3811 struct mchan_mount *mchan_mount; in mchan_mount_alloc() local
3813 mchan_mount = kzalloc_obj(*mchan_mount); in mchan_mount_alloc()
3814 if (!mchan_mount) in mchan_mount_alloc()
3817 INIT_WORK(&mchan_mount->work, mchan_mount_work_fn); in mchan_mount_alloc()
3822 mchan_mount->ses = ses; in mchan_mount_alloc()
3824 return mchan_mount; in mchan_mount_alloc()
3828 mchan_mount_free(struct mchan_mount *mchan_mount) in mchan_mount_free() argument
[all …]
H A Dcifsglob.h1822 struct mchan_mount { struct