Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Ddfs_cache.c53 struct mount_group { struct
107 static void __mount_group_release(struct mount_group *mg) in __mount_group_release()
118 struct mount_group *mg = container_of(kref, struct mount_group, refcount); in mount_group_release()
126 static struct mount_group *find_mount_group_locked(const uuid_t *id) in find_mount_group_locked()
128 struct mount_group *mg; in find_mount_group_locked()
137 static struct mount_group *__get_mount_group_locked(const uuid_t *id) in __get_mount_group_locked()
139 struct mount_group *mg; in __get_mount_group_locked()
156 static struct mount_group *get_mount_group(const uuid_t *id) in get_mount_group()
158 struct mount_group *mg; in get_mount_group()
171 struct mount_group *mg, *tmp_mg; in free_mount_group_list()
[all …]