taglinefilesource code
super_block165fs/buffer.cif (super_block[i].s_dev == dev)
super_block166fs/buffer.cput_super(super_block[i].s_dev);
super_block46fs/ext/freelists.cvoid ext_free_block(struct super_block * sb, int block)
super_block88fs/ext/freelists.cint ext_new_block(struct super_block * sb)
super_block141fs/ext/freelists.cunsigned long ext_count_free_blocks(struct super_block *sb)
super_block236fs/ext/freelists.cstruct super_block * sb;
super_block294fs/ext/freelists.cunsigned long ext_count_free_inodes(struct super_block *sb)
super_block33fs/ext/inode.cvoid ext_put_super(struct super_block *sb)
super_block56fs/ext/inode.cstruct super_block *ext_read_super(struct super_block *s,void *data)
super_block122fs/ext/inode.cvoid ext_write_super (struct super_block *sb)
super_block141fs/ext/inode.cvoid ext_statfs (struct super_block *sb, struct statfs *buf)
super_block275fs/inode.cstruct inode * iget(struct super_block * sb,int nr)
super_block298fs/inode.cif (super_block[i].s_covered==inode)
super_block307fs/inode.cif (!(inode = super_block[i].s_mounted))
super_block32fs/isofs/inode.cvoid isofs_put_super(struct super_block *sb)
super_block98fs/isofs/inode.cstruct super_block *isofs_read_super(struct super_block *s,void *data)
super_block245fs/isofs/inode.cvoid isofs_statfs (struct super_block *sb, struct statfs *buf)
super_block77fs/minix/bitmap.cvoid minix_free_block(struct super_block * sb, int block)
super_block109fs/minix/bitmap.cint minix_new_block(struct super_block * sb)
super_block149fs/minix/bitmap.cunsigned long minix_count_free_blocks(struct super_block *sb)
super_block193fs/minix/bitmap.cstruct super_block * sb;
super_block231fs/minix/bitmap.cunsigned long minix_count_free_inodes(struct super_block *sb)
super_block27fs/minix/inode.cvoid minix_put_super(struct super_block *sb)
super_block51fs/minix/inode.cstruct super_block *minix_read_super(struct super_block *s,void *data)
super_block123fs/minix/inode.cvoid minix_statfs(struct super_block *sb, struct statfs *buf)
super_block18fs/msdos/fat.cint fat_access(struct super_block *sb,int this,int new_value)
super_block41fs/msdos/inode.cvoid msdos_put_super(struct super_block *sb)
super_block120fs/msdos/inode.cstruct super_block *msdos_read_super(struct super_block *s,void *data)
super_block193fs/msdos/inode.cvoid msdos_statfs(struct super_block *sb,struct statfs *buf)
super_block65fs/msdos/misc.cvoid lock_fat(struct super_block *sb)
super_block72fs/msdos/misc.cvoid unlock_fat(struct super_block *sb)
super_block312fs/msdos/misc.cstatic int raw_found(struct super_block *sb,int sector,char *name,int *number,
super_block346fs/msdos/misc.cstatic int raw_scan_root(struct super_block *sb,char *name,int *number,int *ino)
super_block358fs/msdos/misc.cstatic int raw_scan_nonroot(struct super_block *sb,int start,char *name,
super_block382fs/msdos/misc.cstatic int raw_scan(struct super_block *sb,int start,char *name,int number,
super_block224fs/msdos/namei.cstatic void dump_fat(struct super_block *sb,int start)
super_block59fs/namei.cstruct super_block * sb;
super_block24fs/nfs/inode.cstatic void nfs_put_super(struct super_block *);
super_block25fs/nfs/inode.cstatic void nfs_statfs(struct super_block *, struct statfs *);
super_block37fs/nfs/inode.cvoid nfs_put_super(struct super_block *sb)
super_block53fs/nfs/inode.cstruct super_block *nfs_read_super(struct super_block *sb, void *raw_data)
super_block119fs/nfs/inode.cvoid nfs_statfs(struct super_block *sb, struct statfs *buf)
super_block154fs/nfs/inode.cstruct inode *nfs_fhget(struct super_block *sb, struct nfs_fh *fhandle,
super_block56fs/proc/fd.cstruct super_block * sb;
super_block26fs/proc/inode.cvoid proc_put_super(struct super_block *sb)
super_block43fs/proc/inode.cstruct super_block *proc_read_super(struct super_block *s,void *data)
super_block58fs/proc/inode.cvoid proc_statfs(struct super_block *sb, struct statfs *buf)
super_block31fs/super.cstruct super_block super_block[NR_SUPER];
super_block48fs/super.cvoid __wait_on_super(struct super_block * sb)
super_block65fs/super.cstruct super_block * sb;
super_block67fs/super.cfor (sb = super_block + 0 ; sb < super_block + NR_SUPER ; sb++) {
super_block80fs/super.cstatic struct super_block * get_super(dev_t dev)
super_block82fs/super.cstruct super_block * s;
super_block86fs/super.cs = 0+super_block;
super_block87fs/super.cwhile (s < NR_SUPER+super_block)
super_block92fs/super.cs = 0+super_block;
super_block100fs/super.cstruct super_block * sb;
super_block116fs/super.cstatic struct super_block * read_super(dev_t dev,char *name,int flags,void *data)
super_block118fs/super.cstruct super_block * s;
super_block131fs/super.cfor (s = 0+super_block ;; s++) {
super_block132fs/super.cif (s >= NR_SUPER+super_block)
super_block189fs/super.cstruct super_block * sb;
super_block285fs/super.cstruct super_block * sb;
super_block406fs/super.cstruct super_block * sb;
super_block410fs/super.cmemset(super_block, 0, sizeof(super_block));
super_block79include/linux/ext_fs.hextern unsigned long ext_count_free_inodes(struct super_block *sb);
super_block80include/linux/ext_fs.hextern int ext_new_block(struct super_block * sb);
super_block81include/linux/ext_fs.hextern void ext_free_block(struct super_block * sb, int block);
super_block82include/linux/ext_fs.hextern unsigned long ext_count_free_blocks(struct super_block *sb);
super_block90include/linux/ext_fs.hextern void ext_put_super(struct super_block *);
super_block91include/linux/ext_fs.hextern void ext_write_super(struct super_block *);
super_block92include/linux/ext_fs.hextern struct super_block *ext_read_super(struct super_block *,void *);
super_block96include/linux/ext_fs.hextern void ext_statfs(struct super_block *, struct statfs *);
super_block158include/linux/fs.hstruct super_block * i_sb;
super_block266include/linux/fs.hvoid (*put_super) (struct super_block *);
super_block267include/linux/fs.hvoid (*write_super) (struct super_block *);
super_block268include/linux/fs.hvoid (*statfs) (struct super_block *, struct statfs *);
super_block272include/linux/fs.hstruct super_block *(*read_super) (struct super_block *, void *);
super_block286include/linux/fs.hextern struct super_block super_block[NR_SUPER];
super_block314include/linux/fs.hextern struct inode * iget(struct super_block * sb,int nr);
super_block160include/linux/iso_fs.hextern unsigned long isofs_count_free_inodes(struct super_block *sb);
super_block165include/linux/iso_fs.hextern void isofs_put_super(struct super_block *);
super_block166include/linux/iso_fs.hextern struct super_block *isofs_read_super(struct super_block *,void *);
super_block169include/linux/iso_fs.hextern void isofs_statfs(struct super_block *, struct statfs *);
super_block34include/linux/locks.hextern void __wait_on_super(struct super_block *);
super_block36include/linux/locks.hextern inline void wait_on_super(struct super_block * sb)
super_block42include/linux/locks.hextern inline void lock_super(struct super_block * sb)
super_block49include/linux/locks.hextern inline void unlock_super(struct super_block * sb)
super_block62include/linux/minix_fs.hextern unsigned long minix_count_free_inodes(struct super_block *sb);
super_block63include/linux/minix_fs.hextern int minix_new_block(struct super_block * sb);
super_block64include/linux/minix_fs.hextern void minix_free_block(struct super_block * sb, int block);
super_block65include/linux/minix_fs.hextern unsigned long minix_count_free_blocks(struct super_block *sb);
super_block73include/linux/minix_fs.hextern void minix_put_super(struct super_block *);
super_block74include/linux/minix_fs.hextern struct super_block *minix_read_super(struct super_block *,void *);
super_block78include/linux/minix_fs.hextern void minix_statfs(struct super_block *, struct statfs *);
super_block106include/linux/msdos_fs.hextern void lock_fat(struct super_block *sb);
super_block107include/linux/msdos_fs.hextern void unlock_fat(struct super_block *sb);
super_block121include/linux/msdos_fs.hextern int fat_access(struct super_block *sb,int this,int new_value);
super_block146include/linux/msdos_fs.hextern void msdos_put_super(struct super_block *sb);
super_block147include/linux/msdos_fs.hextern struct super_block *msdos_read_super(struct super_block *s,void *data);
super_block148include/linux/msdos_fs.hextern void msdos_statfs(struct super_block *sb,struct statfs *buf);
super_block93include/linux/nfs_fs.hextern struct super_block *nfs_read_super(struct super_block *sb, void *data);
super_block94include/linux/nfs_fs.hextern struct inode *nfs_fhget(struct super_block *sb, struct nfs_fh *fhandle,
super_block18include/linux/proc_fs.hextern struct super_block *proc_read_super(struct super_block *,void *);
super_block20include/linux/proc_fs.hextern void proc_put_super(struct super_block *);
super_block21include/linux/proc_fs.hextern void proc_statfs(struct super_block *, struct statfs *);