Searched refs:superblock (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/fs/hpfs/ |
D | super.c | 547 struct hpfs_super_block *superblock; in hpfs_fill_super() local 596 if (!(superblock = hpfs_map_sector(s, 16, &bh1, 1))) goto bail2; in hpfs_fill_super() 601 ||*/ le32_to_cpu(superblock->magic) != SB_MAGIC in hpfs_fill_super() 609 if (!sb_rdonly(s) && superblock->funcversion != 2 && superblock->funcversion != 3) { in hpfs_fill_super() 611 (int)superblock->version, (int)superblock->funcversion); in hpfs_fill_super() 623 sbi->sb_root = le32_to_cpu(superblock->root); in hpfs_fill_super() 624 sbi->sb_fs_size = le32_to_cpu(superblock->n_sectors); in hpfs_fill_super() 625 sbi->sb_bitmaps = le32_to_cpu(superblock->bitmaps); in hpfs_fill_super() 626 sbi->sb_dirband_start = le32_to_cpu(superblock->dir_band_start); in hpfs_fill_super() 627 sbi->sb_dirband_size = le32_to_cpu(superblock->n_dir_band); in hpfs_fill_super() [all …]
|
/linux-4.19.296/fs/nilfs2/ |
D | sysfs.h | 77 NILFS_DEV_ATTR_STRUCT(superblock); 139 NILFS_RO_ATTR(superblock, name) 141 NILFS_RW_ATTR(superblock, name)
|
D | sysfs.c | 833 NILFS_DEV_INT_GROUP_OPS(superblock, dev); 834 NILFS_DEV_INT_GROUP_TYPE(superblock, dev); 835 NILFS_DEV_INT_GROUP_FNS(superblock, dev);
|
/linux-4.19.296/fs/befs/ |
D | TODO | 13 representations of the superblock and inode.
|
D | ChangeLog | 79 * Abbandoned silly checks for a NULL superblock pointer in debug.c. [WD] 167 superblock type, rather than struct super_block. This is for 178 * Added functions to get the private superblock and inode structures from 244 * Fixed a problem with reading the superblock on devices with large sector 375 very end of befs_read_super(), after we are done with the disk superblock. 396 * Removed superblock locking calls in befs_read_super(). In 2.4, the VFS
|
/linux-4.19.296/fs/cramfs/ |
D | README | 13 <superblock> 17 <superblock>: struct cramfs_super (see cramfs_fs.h). 120 The superblock ought to indicate the block size that the fs was 149 data, only the superblock, inodes and block pointers.
|
/linux-4.19.296/fs/btrfs/ |
D | check-integrity.c | 2180 struct btrfsic_block *const superblock, in btrfsic_process_written_superblock() argument 2186 superblock->generation = btrfs_super_generation(super_hdr); in btrfsic_process_written_superblock() 2187 if (!(superblock->generation > state->max_superblock_generation || in btrfsic_process_written_superblock() 2191 superblock->logical_bytenr, in btrfsic_process_written_superblock() 2192 superblock->dev_state->name, in btrfsic_process_written_superblock() 2193 superblock->dev_bytenr, superblock->mirror_num, in btrfsic_process_written_superblock() 2199 superblock->logical_bytenr, in btrfsic_process_written_superblock() 2200 superblock->dev_state->name, in btrfsic_process_written_superblock() 2201 superblock->dev_bytenr, superblock->mirror_num, in btrfsic_process_written_superblock() 2207 state->latest_superblock = superblock; in btrfsic_process_written_superblock() [all …]
|
/linux-4.19.296/fs/freevxfs/ |
D | Kconfig | 10 data endianess and/or superblock offset. The vxfs module has been
|
/linux-4.19.296/fs/jffs2/ |
D | README.Locking | 155 xattr related objects which include stuff in superblock and ic->xref.
|
/linux-4.19.296/fs/affs/ |
D | Changes | 246 - Split inode.c into 2 files, the superblock
|