Searched refs:ns_tag (Results 1 – 2 of 2) sorted by relevance
44 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()
329 void *ns_tag; /* Namespace tag of the mount (or NULL) */ member