Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst219 file_system_type chapter
/openbmc/linux/include/linux/
H A Dfs.h2360 struct file_system_type { struct
2372 struct dentry *(*mount) (struct file_system_type *, int, argument
2376 struct file_system_type * next; argument
2392 extern struct dentry *mount_bdev(struct file_system_type *fs_type, argument
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h389 struct file_system_type { struct
398 struct dentry *(*mount) (struct file_system_type *, int, argument
402 struct file_system_type * next; argument
403 struct hlist_head fs_supers;
406 struct lock_class_key s_lock_key;
407 struct lock_class_key s_umount_key;
408 struct lock_class_key s_vfs_rename_key;
409 struct lock_class_key s_writers_key[SB_FREEZE_LEVELS];
411 struct lock_class_key i_lock_key;
412 struct lock_class_key i_mutex_key;
[all …]