Home
last modified time | relevance | path

Searched refs:superblock (Results 1 – 25 of 38) sorted by relevance

12

/linux/fs/hpfs/
H A Dsuper.c506 struct hpfs_super_block *superblock; in hpfs_fill_super() local
529 if (!(superblock = hpfs_map_sector(s, 16, &bh1, 1))) goto bail2; in hpfs_fill_super()
534 ||*/ le32_to_cpu(superblock->magic) != SB_MAGIC in hpfs_fill_super()
542 if (!sb_rdonly(s) && superblock->funcversion != 2 && superblock->funcversion != 3) { in hpfs_fill_super()
544 (int)superblock->version, (int)superblock->funcversion); in hpfs_fill_super()
558 sbi->sb_root = le32_to_cpu(superblock->root); in hpfs_fill_super()
559 sbi->sb_fs_size = le32_to_cpu(superblock->n_sectors); in hpfs_fill_super()
560 sbi->sb_bitmaps = le32_to_cpu(superblock->bitmaps); in hpfs_fill_super()
561 sbi->sb_dirband_start = le32_to_cpu(superblock->dir_band_start); in hpfs_fill_super()
562 sbi->sb_dirband_size = le32_to_cpu(superblock->n_dir_band); in hpfs_fill_super()
[all …]
/linux/Documentation/filesystems/
H A Dqnx6.rst41 The superblock contains all global information about the filesystem.
43 That serial number is used to identify the "active" superblock.
45 serial of the new master superblock is increased (old superblock serial + 1)
51 inactive superblock.
53 Each superblock holds a set of root inodes for the different filesystem
72 The Audi MMI 3G first superblock directly starts at byte 0.
74 Second superblock position can either be calculated from the superblock
79 0x1000 is the size reserved for each superblock - regardless of the
98 used. (scheme is the same as the one used for the superblock root nodes)
122 starting with the superblock longfilename root node pointers.
[all …]
H A Dlocking.rst133 cross-directory ->rename() has (per-superblock) ->s_vfs_rename_sem.
214 the superblock down when we only have dev_t given us by userland to
215 identify the superblock. Everything else (statfs(), fstatfs(), etc.)
216 doesn't hold it when calling ->statfs() - superblock is pinned down
240 ->kill_sb() takes a write-locked superblock, does all shutdown work on it,
582 FS recursion means calling ->quota_read() and ->quota_write() from superblock
/linux/security/landlock/
H A Dfs.h100 * @inode_refs: Number of pending inodes (from this superblock) that
120 landlock_superblock(const struct super_block *const superblock)
122 return superblock->s_security + landlock_blob_sizes.lbs_superblock;
92 landlock_superblock(const struct super_block * const superblock) landlock_superblock() argument
/linux/Documentation/filesystems/ext4/
H A Dchecksums.rst8 The desired checksum algorithm is indicated in the superblock, though as
27 of checksum. The checksum function is whatever the superblock describes
39 - The entire superblock up to the checksum field. The UUID lives inside
40 the superblock.
H A Dorphan.rst15 superblock contains the inode number of the last orphan inode (s_last_orphan
21 (referenced from the superblock through s_orphan_file_inum) with several
37 RO_COMPAT_ORPHAN_PRESENT feature in the superblock to indicate there may
H A Dspecial_inodes.rst37 …st non-reserved inode. Usually this is the lost+found directory. See s_first_ino in the superblock.
41 hierarchy. These are generally reference from the superblock. They are:
H A Djournal.rst43 journal inode are replicated in the ext4 superblock. The journal itself
86 The journal superblock will be in the next full block after the
87 superblock.
150 - Journal superblock, v1.
152 - Journal superblock, v2.
164 The journal superblock is recorded as ``struct journal_superblock_s``,
182 - Common header identifying this as a superblock.
215 - The remaining fields are only valid in a v2 superblock.
274 - Checksum of the entire superblock, with this field set to zero.
560 the superblock advertises 64-bit block number support, or 4 bytes
H A Dgroup_descr.rst15 group, the only data structures with fixed locations are the superblock
33 the size is stored in the superblock.
H A Dbigalloc.rst26 stored in the s_log_cluster_size field in the superblock); from then
/linux/scripts/gdb/linux/
H A Dproc.py192 superblock = mnt['mnt']['mnt_sb']
193 fstype = superblock['s_type']['name'].string()
194 s_flags = int(superblock['s_flags'])
199 mnt.format_string(), superblock.format_string(), devname,
/linux/Documentation/ABI/testing/
H A Dsysfs-fs-nilfs260 What: /sys/fs/nilfs2/<device>/superblock/sb_write_time
67 What: /sys/fs/nilfs2/<device>/superblock/sb_write_time_secs
73 What: /sys/fs/nilfs2/<device>/superblock/sb_write_count
79 What: /sys/fs/nilfs2/<device>/superblock/sb_update_frequency
83 Show/Set interval of periodical update of superblock
86 What: /sys/fs/nilfs2/<device>/superblock/README
90 Describe attributes of /sys/fs/nilfs2/<device>/superblock
/linux/fs/nilfs2/
H A Dsysfs.h77 NILFS_DEV_ATTR_STRUCT(superblock);
139 NILFS_RO_ATTR(superblock, name)
141 NILFS_RW_ATTR(superblock, name)
H A Dsysfs.c826 NILFS_DEV_INT_GROUP_OPS(superblock, dev);
827 NILFS_DEV_INT_GROUP_TYPE(superblock, dev);
828 NILFS_DEV_INT_GROUP_FNS(superblock, dev);
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-integrity.rst37 the device. But it will only format the device if the superblock contains
38 zeroes. If the superblock is neither valid nor zeroed, the dm-integrity
52 1. overwrite the superblock with zeroes
56 4. read the "provided_data_sectors" value from the superblock
108 superblock is used.
113 the superblock is used.
203 - the superblock is protected by journal_mac
204 - a 16-byte salt stored in the superblock is mixed to the mac, so
243 * superblock (4kiB)
273 * integrity tag (the size is specified in the superblock)
[all …]
H A Dpersistent-data.rst52 ensures that all data is flushed before it writes the superblock.
/linux/Documentation/networking/
H A Dsysfs-tagging.rst29 Each sysfs superblock's kernfs_super_info contains an array
31 kobj_nstype first mounts sysfs, a new superblock is created. It
/linux/drivers/md/persistent-data/
H A Ddm-space-map-metadata.h36 dm_block_t superblock);
H A Ddm-transaction-manager.h52 int dm_tm_commit(struct dm_transaction_manager *tm, struct dm_block *superblock);
H A Ddm-space-map-metadata.c787 dm_block_t superblock) in dm_sm_metadata_create() argument
792 smm->begin = superblock + 1; in dm_sm_metadata_create()
814 r = add_bop(smm, BOP_INC, superblock, smm->begin); in dm_sm_metadata_create()
/linux/fs/cramfs/
H A DREADME13 <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/security/smack/
H A Dsmack.h377 const struct super_block *superblock) in smack_superblock() argument
379 return superblock->s_security + smack_blob_sizes.lbs_superblock; in smack_superblock()
/linux/fs/befs/
H A DChangeLog79 * 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/fs/freevxfs/
H A DKconfig12 data endianness and/or superblock offset. The vxfs module has been
/linux/Documentation/filesystems/caching/
H A Dfscache.rst107 files (typically something that a netfs would get for a superblock); and
113 superblock, say, from another. This would be a compound of things like

12