Home
last modified time | relevance | path

Searched refs:super (Results 1 – 25 of 39) sorted by relevance

12

/fs/cramfs/
Dinode.c225 struct cramfs_super super; in cramfs_fill_super() local
243 memcpy(&super, cramfs_read(sb, 0, sizeof(super)), sizeof(super)); in cramfs_fill_super()
247 if (super.magic != CRAMFS_MAGIC) { in cramfs_fill_super()
249 if (super.magic == CRAMFS_MAGIC_WEND) { in cramfs_fill_super()
257 memcpy(&super, cramfs_read(sb, 512, sizeof(super)), sizeof(super)); in cramfs_fill_super()
259 if (super.magic != CRAMFS_MAGIC) { in cramfs_fill_super()
260 if (super.magic == CRAMFS_MAGIC_WEND && !silent) in cramfs_fill_super()
269 if (super.flags & ~CRAMFS_SUPPORTED_FLAGS) { in cramfs_fill_super()
275 if (!S_ISDIR(super.root.mode)) { in cramfs_fill_super()
279 root_offset = super.root.offset << 2; in cramfs_fill_super()
[all …]
/fs/efs/
Dsuper.c228 static int efs_validate_super(struct efs_sb_info *sb, struct efs_super *super) { in efs_validate_super() argument
230 if (!IS_EFS_MAGIC(be32_to_cpu(super->fs_magic))) in efs_validate_super()
233 sb->fs_magic = be32_to_cpu(super->fs_magic); in efs_validate_super()
234 sb->total_blocks = be32_to_cpu(super->fs_size); in efs_validate_super()
235 sb->first_block = be32_to_cpu(super->fs_firstcg); in efs_validate_super()
236 sb->group_size = be32_to_cpu(super->fs_cgfsize); in efs_validate_super()
237 sb->data_free = be32_to_cpu(super->fs_tfree); in efs_validate_super()
238 sb->inode_free = be32_to_cpu(super->fs_tinode); in efs_validate_super()
239 sb->inode_blocks = be16_to_cpu(super->fs_cgisize); in efs_validate_super()
240 sb->total_groups = be16_to_cpu(super->fs_ncg); in efs_validate_super()
Dinode.c48 struct inode *efs_iget(struct super_block *super, unsigned long ino) in efs_iget() argument
54 struct efs_sb_info *sb = SUPER_INFO(super); in efs_iget()
60 inode = iget_locked(super, ino); in efs_iget()
DMakefile7 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
/fs/befs/
Ddebug.c246 befs_dump_index_entry(const struct super_block *sb, befs_disk_btree_super * super) in befs_dump_index_entry() argument
251 befs_debug(sb, " magic %08x", fs32_to_cpu(sb, super->magic)); in befs_dump_index_entry()
252 befs_debug(sb, " node_size %u", fs32_to_cpu(sb, super->node_size)); in befs_dump_index_entry()
253 befs_debug(sb, " max_depth %08x", fs32_to_cpu(sb, super->max_depth)); in befs_dump_index_entry()
255 befs_debug(sb, " data_type %08x", fs32_to_cpu(sb, super->data_type)); in befs_dump_index_entry()
257 fs64_to_cpu(sb, super->root_node_ptr)); in befs_dump_index_entry()
259 fs64_to_cpu(sb, super->free_node_ptr)); in befs_dump_index_entry()
261 fs64_to_cpu(sb, super->max_size)); in befs_dump_index_entry()
DChangeLog103 (super.c, debug.c) [WD]
148 (datastream.c, btree.c super.c inode.c) [WD]
160 (super.c inode.c) [WD]
171 is the new way. (inode.c, super.c) [WD]
187 symlink string). (super.c, inode.c, befs_fs.h) [WD]
212 fields set (inode.c and super.c).
239 (super.c). Now we check to see if log_start and log_end differ. If so,
242 * Fixed an extra instance of MOD_DEC_USE_COUNT in super.c
335 (fs/befs/super.c) (fs/befs/inode.c)
341 (fs/befs/super.c)
[all …]
Dbefs.h106 BEFS_SB(const struct super_block *super) in BEFS_SB() argument
108 return (befs_sb_info *) super->s_fs_info; in BEFS_SB()
DMakefile7 befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
/fs/afs/
Dmntpt.c140 struct afs_super_info *super; in afs_mntpt_do_automount() local
183 super = AFS_FS_S(mntpt->d_sb); in afs_mntpt_do_automount()
185 strcpy(options + 5, super->volume->cell->name); in afs_mntpt_do_automount()
186 if (super->volume->type == AFSVL_RWVOL) in afs_mntpt_do_automount()
DMakefile21 super.o \
/fs/adfs/
DMakefile7 adfs-objs := dir.o dir_f.o dir_fplus.o file.o inode.o map.o super.o
/fs/affs/
DMakefile9 affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
/fs/sysv/
DMakefile8 namei.o super.o symlink.o
/fs/squashfs/
DMakefile7 squashfs-y += namei.o super.o symlink.o
/fs/ufs/
DMakefile8 namei.o super.o symlink.o truncate.o util.o
/fs/hpfs/
DMakefile8 inode.o map.o name.o namei.o super.o
/fs/ecryptfs/
DMakefile7 ecryptfs-objs := dentry.o file.o inode.o main.o super.o mmap.o read_write.o crypto.o keystore.o mes…
/fs/hfsplus/
DMakefile7 hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
/fs/hfs/
DMakefile9 part_tbl.o string.o super.o sysdep.o trans.o
/fs/udf/
DMakefile8 partition.o super.o truncate.o symlink.o fsync.o \
/fs/ntfs/
DMakefile6 index.o inode.o mft.o mst.o namei.o runlist.o super.o sysctl.o \
/fs/ext2/
DMakefile8 ioctl.o namei.o super.o symlink.o
/fs/ext3/
DMakefile8 ioctl.o namei.o super.o symlink.o hash.o resize.o ext3_jbd.o
/fs/ext4/
DMakefile8 ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
/fs/jfs/
DMakefile7 jfs-y := super.o file.o inode.o namei.o jfs_mount.o jfs_umount.o \

12