Searched refs:presto_read_super (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/intermezzo/ |
D | super.c | 193 struct super_block * presto_read_super(struct super_block * sb, in presto_read_super() function 335 static DECLARE_FSTYPE(presto_fs_type, "izo", presto_read_super, FS_REQUIRES_DEV); 336 static DECLARE_FSTYPE(vpresto_fs_type, "vintermezzo", presto_read_super, FS_LITTER); 338 static DECLARE_FSTYPE(vpresto_fs_type, "vintermezzo", presto_read_super, FS_LITTER); 339 static DECLARE_FSTYPE(presto_fs_type, "intermezzo", presto_read_super, FS_REQUIRES_DEV);
|