Searched defs:file_system_type (Results 1 – 2 of 2) sorted by relevance
225 file_system_type chapter
2271 struct file_system_type { struct2288 struct file_system_type * next; argument2289 struct hlist_head fs_supers;2291 struct lock_class_key s_lock_key;2292 struct lock_class_key s_umount_key;2293 struct lock_class_key s_vfs_rename_key;2294 struct lock_class_key s_writers_key[SB_FREEZE_LEVELS];2296 struct lock_class_key i_lock_key;2297 struct lock_class_key i_mutex_key;2298 struct lock_class_key invalidate_lock_key;[all …]