| tag | line | file | source code |
| super_block | 165 | fs/buffer.c | if (super_block[i].s_dev == dev) |
| super_block | 166 | fs/buffer.c | put_super(super_block[i].s_dev); |
| super_block | 46 | fs/ext/freelists.c | void ext_free_block(struct super_block * sb, int block) |
| super_block | 88 | fs/ext/freelists.c | int ext_new_block(struct super_block * sb) |
| super_block | 141 | fs/ext/freelists.c | unsigned long ext_count_free_blocks(struct super_block *sb) |
| super_block | 236 | fs/ext/freelists.c | struct super_block * sb; |
| super_block | 294 | fs/ext/freelists.c | unsigned long ext_count_free_inodes(struct super_block *sb) |
| super_block | 33 | fs/ext/inode.c | void ext_put_super(struct super_block *sb) |
| super_block | 56 | fs/ext/inode.c | struct super_block *ext_read_super(struct super_block *s,void *data) |
| super_block | 122 | fs/ext/inode.c | void ext_write_super (struct super_block *sb) |
| super_block | 141 | fs/ext/inode.c | void ext_statfs (struct super_block *sb, struct statfs *buf) |
| super_block | 275 | fs/inode.c | struct inode * iget(struct super_block * sb,int nr) |
| super_block | 298 | fs/inode.c | if (super_block[i].s_covered==inode) |
| super_block | 307 | fs/inode.c | if (!(inode = super_block[i].s_mounted)) |
| super_block | 32 | fs/isofs/inode.c | void isofs_put_super(struct super_block *sb) |
| super_block | 98 | fs/isofs/inode.c | struct super_block *isofs_read_super(struct super_block *s,void *data) |
| super_block | 245 | fs/isofs/inode.c | void isofs_statfs (struct super_block *sb, struct statfs *buf) |
| super_block | 77 | fs/minix/bitmap.c | void minix_free_block(struct super_block * sb, int block) |
| super_block | 109 | fs/minix/bitmap.c | int minix_new_block(struct super_block * sb) |
| super_block | 149 | fs/minix/bitmap.c | unsigned long minix_count_free_blocks(struct super_block *sb) |
| super_block | 193 | fs/minix/bitmap.c | struct super_block * sb; |
| super_block | 231 | fs/minix/bitmap.c | unsigned long minix_count_free_inodes(struct super_block *sb) |
| super_block | 27 | fs/minix/inode.c | void minix_put_super(struct super_block *sb) |
| super_block | 51 | fs/minix/inode.c | struct super_block *minix_read_super(struct super_block *s,void *data) |
| super_block | 123 | fs/minix/inode.c | void minix_statfs(struct super_block *sb, struct statfs *buf) |
| super_block | 18 | fs/msdos/fat.c | int fat_access(struct super_block *sb,int this,int new_value) |
| super_block | 41 | fs/msdos/inode.c | void msdos_put_super(struct super_block *sb) |
| super_block | 120 | fs/msdos/inode.c | struct super_block *msdos_read_super(struct super_block *s,void *data) |
| super_block | 193 | fs/msdos/inode.c | void msdos_statfs(struct super_block *sb,struct statfs *buf) |
| super_block | 65 | fs/msdos/misc.c | void lock_fat(struct super_block *sb) |
| super_block | 72 | fs/msdos/misc.c | void unlock_fat(struct super_block *sb) |
| super_block | 312 | fs/msdos/misc.c | static int raw_found(struct super_block *sb,int sector,char *name,int *number, |
| super_block | 346 | fs/msdos/misc.c | static int raw_scan_root(struct super_block *sb,char *name,int *number,int *ino) |
| super_block | 358 | fs/msdos/misc.c | static int raw_scan_nonroot(struct super_block *sb,int start,char *name, |
| super_block | 382 | fs/msdos/misc.c | static int raw_scan(struct super_block *sb,int start,char *name,int number, |
| super_block | 224 | fs/msdos/namei.c | static void dump_fat(struct super_block *sb,int start) |
| super_block | 59 | fs/namei.c | struct super_block * sb; |
| super_block | 24 | fs/nfs/inode.c | static void nfs_put_super(struct super_block *); |
| super_block | 25 | fs/nfs/inode.c | static void nfs_statfs(struct super_block *, struct statfs *); |
| super_block | 37 | fs/nfs/inode.c | void nfs_put_super(struct super_block *sb) |
| super_block | 53 | fs/nfs/inode.c | struct super_block *nfs_read_super(struct super_block *sb, void *raw_data) |
| super_block | 119 | fs/nfs/inode.c | void nfs_statfs(struct super_block *sb, struct statfs *buf) |
| super_block | 154 | fs/nfs/inode.c | struct inode *nfs_fhget(struct super_block *sb, struct nfs_fh *fhandle, |
| super_block | 56 | fs/proc/fd.c | struct super_block * sb; |
| super_block | 26 | fs/proc/inode.c | void proc_put_super(struct super_block *sb) |
| super_block | 43 | fs/proc/inode.c | struct super_block *proc_read_super(struct super_block *s,void *data) |
| super_block | 58 | fs/proc/inode.c | void proc_statfs(struct super_block *sb, struct statfs *buf) |
| super_block | 31 | fs/super.c | struct super_block super_block[NR_SUPER]; |
| super_block | 48 | fs/super.c | void __wait_on_super(struct super_block * sb) |
| super_block | 65 | fs/super.c | struct super_block * sb; |
| super_block | 67 | fs/super.c | for (sb = super_block + 0 ; sb < super_block + NR_SUPER ; sb++) { |
| super_block | 80 | fs/super.c | static struct super_block * get_super(dev_t dev) |
| super_block | 82 | fs/super.c | struct super_block * s; |
| super_block | 86 | fs/super.c | s = 0+super_block; |
| super_block | 87 | fs/super.c | while (s < NR_SUPER+super_block) |
| super_block | 92 | fs/super.c | s = 0+super_block; |
| super_block | 100 | fs/super.c | struct super_block * sb; |
| super_block | 116 | fs/super.c | static struct super_block * read_super(dev_t dev,char *name,int flags,void *data) |
| super_block | 118 | fs/super.c | struct super_block * s; |
| super_block | 131 | fs/super.c | for (s = 0+super_block ;; s++) { |
| super_block | 132 | fs/super.c | if (s >= NR_SUPER+super_block) |
| super_block | 189 | fs/super.c | struct super_block * sb; |
| super_block | 285 | fs/super.c | struct super_block * sb; |
| super_block | 406 | fs/super.c | struct super_block * sb; |
| super_block | 410 | fs/super.c | memset(super_block, 0, sizeof(super_block)); |
| super_block | 79 | include/linux/ext_fs.h | extern unsigned long ext_count_free_inodes(struct super_block *sb); |
| super_block | 80 | include/linux/ext_fs.h | extern int ext_new_block(struct super_block * sb); |
| super_block | 81 | include/linux/ext_fs.h | extern void ext_free_block(struct super_block * sb, int block); |
| super_block | 82 | include/linux/ext_fs.h | extern unsigned long ext_count_free_blocks(struct super_block *sb); |
| super_block | 90 | include/linux/ext_fs.h | extern void ext_put_super(struct super_block *); |
| super_block | 91 | include/linux/ext_fs.h | extern void ext_write_super(struct super_block *); |
| super_block | 92 | include/linux/ext_fs.h | extern struct super_block *ext_read_super(struct super_block *,void *); |
| super_block | 96 | include/linux/ext_fs.h | extern void ext_statfs(struct super_block *, struct statfs *); |
| super_block | 158 | include/linux/fs.h | struct super_block * i_sb; |
| super_block | 266 | include/linux/fs.h | void (*put_super) (struct super_block *); |
| super_block | 267 | include/linux/fs.h | void (*write_super) (struct super_block *); |
| super_block | 268 | include/linux/fs.h | void (*statfs) (struct super_block *, struct statfs *); |
| super_block | 272 | include/linux/fs.h | struct super_block *(*read_super) (struct super_block *, void *); |
| super_block | 286 | include/linux/fs.h | extern struct super_block super_block[NR_SUPER]; |
| super_block | 314 | include/linux/fs.h | extern struct inode * iget(struct super_block * sb,int nr); |
| super_block | 160 | include/linux/iso_fs.h | extern unsigned long isofs_count_free_inodes(struct super_block *sb); |
| super_block | 165 | include/linux/iso_fs.h | extern void isofs_put_super(struct super_block *); |
| super_block | 166 | include/linux/iso_fs.h | extern struct super_block *isofs_read_super(struct super_block *,void *); |
| super_block | 169 | include/linux/iso_fs.h | extern void isofs_statfs(struct super_block *, struct statfs *); |
| super_block | 34 | include/linux/locks.h | extern void __wait_on_super(struct super_block *); |
| super_block | 36 | include/linux/locks.h | extern inline void wait_on_super(struct super_block * sb) |
| super_block | 42 | include/linux/locks.h | extern inline void lock_super(struct super_block * sb) |
| super_block | 49 | include/linux/locks.h | extern inline void unlock_super(struct super_block * sb) |
| super_block | 62 | include/linux/minix_fs.h | extern unsigned long minix_count_free_inodes(struct super_block *sb); |
| super_block | 63 | include/linux/minix_fs.h | extern int minix_new_block(struct super_block * sb); |
| super_block | 64 | include/linux/minix_fs.h | extern void minix_free_block(struct super_block * sb, int block); |
| super_block | 65 | include/linux/minix_fs.h | extern unsigned long minix_count_free_blocks(struct super_block *sb); |
| super_block | 73 | include/linux/minix_fs.h | extern void minix_put_super(struct super_block *); |
| super_block | 74 | include/linux/minix_fs.h | extern struct super_block *minix_read_super(struct super_block *,void *); |
| super_block | 78 | include/linux/minix_fs.h | extern void minix_statfs(struct super_block *, struct statfs *); |
| super_block | 106 | include/linux/msdos_fs.h | extern void lock_fat(struct super_block *sb); |
| super_block | 107 | include/linux/msdos_fs.h | extern void unlock_fat(struct super_block *sb); |
| super_block | 121 | include/linux/msdos_fs.h | extern int fat_access(struct super_block *sb,int this,int new_value); |
| super_block | 146 | include/linux/msdos_fs.h | extern void msdos_put_super(struct super_block *sb); |
| super_block | 147 | include/linux/msdos_fs.h | extern struct super_block *msdos_read_super(struct super_block *s,void *data); |
| super_block | 148 | include/linux/msdos_fs.h | extern void msdos_statfs(struct super_block *sb,struct statfs *buf); |
| super_block | 93 | include/linux/nfs_fs.h | extern struct super_block *nfs_read_super(struct super_block *sb, void *data); |
| super_block | 94 | include/linux/nfs_fs.h | extern struct inode *nfs_fhget(struct super_block *sb, struct nfs_fh *fhandle, |
| super_block | 18 | include/linux/proc_fs.h | extern struct super_block *proc_read_super(struct super_block *,void *); |
| super_block | 20 | include/linux/proc_fs.h | extern void proc_put_super(struct super_block *); |
| super_block | 21 | include/linux/proc_fs.h | extern void proc_statfs(struct super_block *, struct statfs *); |