Home
last modified time | relevance | path

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

/linux/fs/sysfs/
H A Dmount.c44 if (kfc->ns_tag) in sysfs_fs_context_free()
45 kobj_ns_drop(KOBJ_NS_TYPE_NET, kfc->ns_tag); in sysfs_fs_context_free()
69 kfc->ns_tag = netns = kobj_ns_grab_current(KOBJ_NS_TYPE_NET); in sysfs_init_fs_context()
/linux/fs/kernfs/
H A Dmount.c300 kfc->ns_tag = NULL; in kernfs_set_super()
340 info->ns = kfc->ns_tag; in kernfs_get_tree()
/linux/include/linux/
H A Dkernfs.h329 void *ns_tag; /* Namespace tag of the mount (or NULL) */ member