Searched refs:file_system_type (Results 1 - 25 of 143) sorted by last modified time

123456

/linux-master/fs/erofs/
H A Dsuper.c828 static struct file_system_type erofs_fs_type = {
H A Dfscache.c21 static struct file_system_type erofs_anon_fs_type = {
/linux-master/fs/ntfs3/
H A Dsuper.c1806 static struct file_system_type ntfs_fs_type = {
1826 static struct file_system_type ntfs_legacy_fs_type = {
/linux-master/fs/9p/
H A Dvfs_super.c106 static struct dentry *v9fs_mount(struct file_system_type *fs_type, int flags,
304 struct file_system_type v9fs_fs_type = {
/linux-master/block/
H A Dbdev.c370 static struct file_system_type bd_type = {
/linux-master/fs/smb/client/
H A Dmisc.c1183 struct file_system_type **fs_type = (struct file_system_type *[]) {
H A Dcifsfs.c896 cifs_smb3_do_mount(struct file_system_type *fs_type,
1119 struct file_system_type cifs_fs_type = {
1129 struct file_system_type smb3_fs_type = {
/linux-master/fs/bcachefs/
H A Dfs.c1865 static struct dentry *bch2_mount(struct file_system_type *fs_type,
2016 static struct file_system_type bcache_fs_type = {
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c2086 static struct file_system_type ffs_fs_type = {
/linux-master/mm/
H A Dshmem.c264 static struct file_system_type shmem_fs_type;
4647 static struct file_system_type shmem_fs_type = {
4769 static struct file_system_type shmem_fs_type = {
/linux-master/fs/fuse/
H A Dinode.c63 static struct file_system_type fuseblk_fs_type;
1967 static struct file_system_type fuse_fs_type = {
1985 static struct file_system_type fuseblk_fs_type = {
/linux-master/fs/zonefs/
H A Dsuper.c1412 static struct file_system_type zonefs_type = {
/linux-master/include/linux/
H A Dfs.h1213 struct file_system_type *s_type;
2467 struct file_system_type { struct
2479 struct dentry *(*mount) (struct file_system_type *, int,
2483 struct file_system_type * next;
2499 extern struct dentry *mount_bdev(struct file_system_type *fs_type,
2502 extern struct dentry *mount_single(struct file_system_type *fs_type,
2505 extern struct dentry *mount_nodev(struct file_system_type *fs_type,
2523 struct super_block *sget(struct file_system_type *type,
2546 extern int register_filesystem(struct file_system_type *);
2547 extern int unregister_filesystem(struct file_system_type *);
[all...]
H A Dkernfs.h30 struct file_system_type;
/linux-master/fs/xfs/
H A Dxfs_super.c2030 static struct file_system_type xfs_fs_type = {
/linux-master/fs/
H A Dsuper.c314 static struct super_block *alloc_super(struct file_system_type *type, int flags,
469 struct file_system_type *fs = s->s_type;
803 struct super_block *sget(struct file_system_type *type,
945 void iterate_supers_type(struct file_system_type *type,
1633 struct dentry *mount_bdev(struct file_system_type *fs_type,
1685 struct dentry *mount_nodev(struct file_system_type *fs_type,
1735 struct dentry *mount_single(struct file_system_type *fs_type,
H A Daio.c292 static struct file_system_type aio_fs = {
/linux-master/fs/romfs/
H A Dsuper.c602 static struct file_system_type romfs_fs_type = {
/linux-master/fs/f2fs/
H A Dsuper.c4821 static struct dentry *f2fs_mount(struct file_system_type *fs_type, int flags,
4866 static struct file_system_type f2fs_fs_type = {
/linux-master/fs/ext4/
H A Dsuper.c134 static struct file_system_type ext2_fs_type = {
150 static struct file_system_type ext3_fs_type = {
7333 static struct file_system_type ext4_fs_type = {
/linux-master/fs/cramfs/
H A Dinode.c976 static struct file_system_type cramfs_fs_type = {
/linux-master/security/selinux/
H A Dselinuxfs.c2120 static struct file_system_type sel_fs_type = {
/linux-master/fs/vboxsf/
H A Dsuper.c449 static struct file_system_type vboxsf_fs_type = {
/linux-master/net/
H A Dsocket.c425 static struct file_system_type sock_fs_type = {
/linux-master/fs/ubifs/
H A Dsuper.c2281 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags,
2359 static struct file_system_type ubifs_fs_type = {

Completed in 446 milliseconds

123456