/fs/cramfs/ |
D | inode.c | 225 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/ |
D | super.c | 228 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()
|
D | inode.c | 48 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()
|
D | Makefile | 7 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
|
/fs/befs/ |
D | debug.c | 246 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()
|
D | ChangeLog | 103 (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 …]
|
D | befs.h | 106 BEFS_SB(const struct super_block *super) in BEFS_SB() argument 108 return (befs_sb_info *) super->s_fs_info; in BEFS_SB()
|
D | Makefile | 7 befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
|
/fs/afs/ |
D | mntpt.c | 140 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()
|
D | Makefile | 21 super.o \
|
/fs/adfs/ |
D | Makefile | 7 adfs-objs := dir.o dir_f.o dir_fplus.o file.o inode.o map.o super.o
|
/fs/affs/ |
D | Makefile | 9 affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
|
/fs/sysv/ |
D | Makefile | 8 namei.o super.o symlink.o
|
/fs/squashfs/ |
D | Makefile | 7 squashfs-y += namei.o super.o symlink.o
|
/fs/ufs/ |
D | Makefile | 8 namei.o super.o symlink.o truncate.o util.o
|
/fs/hpfs/ |
D | Makefile | 8 inode.o map.o name.o namei.o super.o
|
/fs/ecryptfs/ |
D | Makefile | 7 ecryptfs-objs := dentry.o file.o inode.o main.o super.o mmap.o read_write.o crypto.o keystore.o mes…
|
/fs/hfsplus/ |
D | Makefile | 7 hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
|
/fs/hfs/ |
D | Makefile | 9 part_tbl.o string.o super.o sysdep.o trans.o
|
/fs/udf/ |
D | Makefile | 8 partition.o super.o truncate.o symlink.o fsync.o \
|
/fs/ntfs/ |
D | Makefile | 6 index.o inode.o mft.o mst.o namei.o runlist.o super.o sysctl.o \
|
/fs/ext2/ |
D | Makefile | 8 ioctl.o namei.o super.o symlink.o
|
/fs/ext3/ |
D | Makefile | 8 ioctl.o namei.o super.o symlink.o hash.o resize.o ext3_jbd.o
|
/fs/ext4/ |
D | Makefile | 8 ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
|
/fs/jfs/ |
D | Makefile | 7 jfs-y := super.o file.o inode.o namei.o jfs_mount.o jfs_umount.o \
|