Home
last modified time | relevance | path

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

12

/linux-2.4.37.9/fs/cramfs/
Dinode.c200 struct cramfs_super super; in cramfs_read_super() local
210 memcpy(&super, cramfs_read(sb, 0, sizeof(super)), sizeof(super)); in cramfs_read_super()
214 if (super.magic != CRAMFS_MAGIC) { in cramfs_read_super()
216 memcpy(&super, cramfs_read(sb, 512, sizeof(super)), sizeof(super)); in cramfs_read_super()
217 if (super.magic != CRAMFS_MAGIC) { in cramfs_read_super()
224 if (super.flags & ~CRAMFS_SUPPORTED_FLAGS) { in cramfs_read_super()
230 if (!S_ISDIR(super.root.mode)) { in cramfs_read_super()
234 root_offset = super.root.offset << 2; in cramfs_read_super()
235 if (super.flags & CRAMFS_FLAG_FSID_VERSION_2) { in cramfs_read_super()
236 sb->CRAMFS_SB_SIZE=super.size; in cramfs_read_super()
[all …]
/linux-2.4.37.9/fs/efs/
Dsuper.c118 static int efs_validate_super(struct efs_sb_info *sb, struct efs_super *super) { in efs_validate_super() argument
120 if (!IS_EFS_MAGIC(be32_to_cpu(super->fs_magic))) return -1; in efs_validate_super()
122 sb->fs_magic = be32_to_cpu(super->fs_magic); in efs_validate_super()
123 sb->total_blocks = be32_to_cpu(super->fs_size); in efs_validate_super()
124 sb->first_block = be32_to_cpu(super->fs_firstcg); in efs_validate_super()
125 sb->group_size = be32_to_cpu(super->fs_cgfsize); in efs_validate_super()
126 sb->data_free = be32_to_cpu(super->fs_tfree); in efs_validate_super()
127 sb->inode_free = be32_to_cpu(super->fs_tinode); in efs_validate_super()
128 sb->inode_blocks = be16_to_cpu(super->fs_cgisize); in efs_validate_super()
129 sb->total_groups = be16_to_cpu(super->fs_ncg); in efs_validate_super()
DMakefile12 obj-y := super.o inode.o namei.o dir.o file.o symlink.o
/linux-2.4.37.9/fs/reiserfs/
Dbuffer2.c51 struct buffer_head * reiserfs_bread (struct super_block *super, int n_block, int n_size) in reiserfs_bread() argument
56 result = bread (super -> s_dev, n_block, n_size); in reiserfs_bread()
57 PROC_INFO_INC( super, breads ); in reiserfs_bread()
59 PROC_INFO_INC( super, bread_miss ) ); in reiserfs_bread()
/linux-2.4.37.9/fs/befs/
Ddebug.c228 befs_dump_index_entry(const struct super_block *sb, befs_btree_super * super) in befs_dump_index_entry() argument
233 befs_debug(sb, " magic %08x", fs32_to_cpu(sb, super->magic)); in befs_dump_index_entry()
234 befs_debug(sb, " node_size %u", fs32_to_cpu(sb, super->node_size)); in befs_dump_index_entry()
235 befs_debug(sb, " max_depth %08x", fs32_to_cpu(sb, super->max_depth)); in befs_dump_index_entry()
237 befs_debug(sb, " data_type %08x", fs32_to_cpu(sb, super->data_type)); in befs_dump_index_entry()
239 fs64_to_cpu(sb, super->root_node_ptr)); in befs_dump_index_entry()
241 fs64_to_cpu(sb, super->free_node_ptr)); in befs_dump_index_entry()
243 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.h104 BEFS_SB(const struct super_block *super) in BEFS_SB() argument
106 return (befs_sb_info *) super->u.generic_sbp; in BEFS_SB()
DMakefile12 obj-y := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
/linux-2.4.37.9/Documentation/sysctl/
Dfs.txt28 - super-max
29 - super-nr
134 super-max & super-nr:
138 can have. You only need to increase super-max if you need to
139 mount more filesystems than the current value in super-max
/linux-2.4.37.9/fs/hfs/
DChangeLog11 * super.c (parse_options): added s_version so that we can select
131 * super.c (hfs_read_super): fixed to deal with cdroms. why doesn't
210 * super.c, dir_cap.c, dir_nat.c, dir_dbl.c, sysdep.c
341 * super.c, mdb.c, hfs.h:
344 * super.c, hfs.h, mdb.c:
357 * super.c:
383 * linux/hfs_fs.h, super.c, file_hdr.c, hfs.h, extent.c, file_cap.c,
416 linux/hfs_fs_sb.h, sysdep.c, trans.c, super.c, hfs_sysdep.h, inode.c,
431 * trans.c, super.c, part_tbl.c, string.c, inode.c, mdb.c, hfs_fs_sb.h,
440 * super.c, hfs_fs.h:
[all …]
/linux-2.4.37.9/fs/sysv/
DChangeLog10 * super.c (complete_read_super): Check for bad root inode.
24 * inode.c, super.c, include/linux/sysv_fs.h,
DMakefile13 namei.o super.o symlink.o
/linux-2.4.37.9/fs/hfsplus/
Dhfsplus_fs.h307 #define HFSPLUS_SB(super) (*(struct hfsplus_sb_info *)&(super)->u) argument
320 #define HFSPLUS_SB(super) (*(struct hfsplus_sb_info *)(super)->s_fs_info) argument
DMakefile12 obj-y := super.o options.o inode.o extents.o catalog.o dir.o btree.o \
/linux-2.4.37.9/arch/m68k/ifpsp060/
Dos.S157 dmrbs: move.b (%a0),%d0 | fetch super byte
193 dmrws: move.w (%a0), %d0 | fetch super word
228 dmrls: move.l (%a0),%d0 | fetch super longword
250 dmwbs: move.b %d0,(%a0) | store super byte
273 dmwws: move.w %d0,(%a0) | store super word
296 dmwls: move.l %d0,(%a0) | store super longword
/linux-2.4.37.9/fs/ext2/
DCHANGES95 to try to write a flag in the super block even if the filesystem had
125 `sb=#' tells the kernel code to use an alternate super block instead
127 1024 bytes blocks) which contains the alternate super block.
128 An ext2 file system typically contains backups of the super block
134 - The super block now contains a mount counter. This counter is
137 in the super block), e2fsck checks the file system, even if it had
DMakefile13 ioctl.o namei.o super.o symlink.o
/linux-2.4.37.9/fs/adfs/
DMakefile12 obj-y := dir.o dir_f.o dir_fplus.o file.o inode.o map.o super.o
/linux-2.4.37.9/fs/ntfs/
DMakefile5 obj-y := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o unistr.o
/linux-2.4.37.9/fs/affs/
DMakefile14 obj-y := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
/linux-2.4.37.9/fs/ufs/
DMakefile13 namei.o super.o symlink.o truncate.o util.o
/linux-2.4.37.9/fs/ext3/
DMakefile13 ioctl.o namei.o super.o symlink.o
/linux-2.4.37.9/fs/hpfs/
DMakefile3 …:= alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o inode.o map.o name.o namei.o super.o
/linux-2.4.37.9/fs/udf/
DMakefile13 partition.o super.o truncate.o symlink.o fsync.o \
/linux-2.4.37.9/fs/jffs2/
DMakefile16 read.o nodemgmt.o readinode.o super.o write.o scan.o gc.o \

12