Home | History | Annotate | Download | only in yaffs2

Lines Matching refs:fs

44 #include <linux/fs.h>
315 * Lookup is used to find objects in the fs
390 /* clear is called to tell the fs to release any per-inode data it holds */
1753 static int yaffs_read_super(struct file_system_type *fs,
1758 return get_sb_bdev(fs, flags, dev_name, data,
1762 static struct super_block *yaffs_read_super(struct file_system_type *fs,
1767 return get_sb_bdev(fs, flags, dev_name, data,
1801 static int yaffs2_read_super(struct file_system_type *fs,
1805 return get_sb_bdev(fs, flags, dev_name, data,
1809 static struct super_block *yaffs2_read_super(struct file_system_type *fs,
1814 return get_sb_bdev(fs, flags, dev_name, data,