Home
last modified time | relevance | path

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

/linux-6.1.9/fs/affs/
DChanges123 - Sets the NOEXEC flag in read_super() for old file
131 - Cleanup of error handling in read_super().
/linux-6.1.9/Documentation/filesystems/
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.
/linux-6.1.9/fs/befs/
DChangeLog182 * Made read_super and read_inode allocate the private portions of those
/linux-6.1.9/drivers/md/bcache/
Dsuper.c166 static const char *read_super(struct cache_sb *sb, struct block_device *bdev, in read_super() function
2586 err = read_super(sb, bdev, &sb_disk); in register_bcache()