Home
last modified time | relevance | path

Searched defs:file_system_type (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/filesystems/
H A Dlocking.rst225 file_system_type chapter
/linux/include/linux/
H A Dfs.h2271 struct file_system_type { struct
2288 struct file_system_type * next; argument
2289 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 …]