Home
last modified time | relevance | path

Searched refs:read_super (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/affs/
H A DChanges123 - Sets the NOEXEC flag in read_super() for old file
131 - Cleanup of error handling in read_super().
/openbmc/linux/fs/befs/
H A DChangeLog182 * Made read_super and read_inode allocate the private portions of those
/openbmc/linux/drivers/md/bcache/
H A Dsuper.c166 static const char *read_super(struct cache_sb *sb, struct block_device *bdev, in read_super() function
2561 err = read_super(sb, bdev, &sb_disk); in register_bcache()
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst58 Change of file_system_type method (->read_super to ->get_sb)
60 ->read_super() is no more. Ditto for DECLARE_FSTYPE and DECLARE_FSTYPE_DEV.