Home
last modified time | relevance | path

Searched refs:fs_type (Results 1 – 6 of 6) sorted by relevance

/include/linux/
Dfs_uart_pd.h51 char fs_type[4]; /* controller type */ member
64 if(strstr(fpi->fs_type, "SMC")) in fs_uart_get_id()
66 if(strstr(fpi->fs_type, "SCC")) in fs_uart_get_id()
Dfs_enet_pd.h118 char fs_type[4]; /* controller type */ member
156 if(strstr(fpi->fs_type, "SCC")) in fs_get_id()
158 if(strstr(fpi->fs_type, "FCC")) in fs_get_id()
160 if(strstr(fpi->fs_type, "FEC")) in fs_get_id()
Dfs_context.h89 struct file_system_type *fs_type; member
122 extern struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
127 extern struct fs_context *fs_context_for_submount(struct file_system_type *fs_type,
Dfs.h2266 extern struct dentry *mount_bdev(struct file_system_type *fs_type,
2270 static inline struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev() argument
2277 extern struct dentry *mount_single(struct file_system_type *fs_type,
2280 extern struct dentry *mount_nodev(struct file_system_type *fs_type,
/include/uapi/linux/
Dmsdos_fs.h134 __u8 fs_type[8]; /* file system type */ member
157 __u8 fs_type[8]; /* file system type */ member
/include/scsi/
Dfc_encode.h94 enum fc_ct_fs_type fs_type, in fc_ct_hdr_fill() argument
104 ct->hdr.ct_fs_type = fs_type; in fc_ct_hdr_fill()