Searched refs:fs_type (Results 1 – 6 of 6) sorted by relevance
/include/linux/ |
D | fs_uart_pd.h | 51 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()
|
D | fs_enet_pd.h | 118 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()
|
D | fs_context.h | 89 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,
|
D | fs.h | 2266 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/ |
D | msdos_fs.h | 134 __u8 fs_type[8]; /* file system type */ member 157 __u8 fs_type[8]; /* file system type */ member
|
/include/scsi/ |
D | fc_encode.h | 94 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()
|