tag | line | file | source code |
statfs | 183 | arch/alpha/kernel/osf_sys.c | asmlinkage int osf_statfs(char * path, struct statfs * buffer, unsigned long bufsiz) |
statfs | 188 | arch/alpha/kernel/osf_sys.c | if (bufsiz > sizeof(struct statfs)) |
statfs | 189 | arch/alpha/kernel/osf_sys.c | bufsiz = sizeof(struct statfs); |
statfs | 196 | arch/alpha/kernel/osf_sys.c | if (!inode->i_sb->s_op->statfs) { |
statfs | 200 | arch/alpha/kernel/osf_sys.c | inode->i_sb->s_op->statfs(inode->i_sb, buffer, bufsiz); |
statfs | 205 | arch/alpha/kernel/osf_sys.c | asmlinkage int osf_fstatfs(unsigned long fd, struct statfs * buffer, unsigned long bufsiz) |
statfs | 214 | arch/alpha/kernel/osf_sys.c | if (bufsiz > sizeof(struct statfs)) |
statfs | 215 | arch/alpha/kernel/osf_sys.c | bufsiz = sizeof(struct statfs); |
statfs | 220 | arch/alpha/kernel/osf_sys.c | if (!inode->i_sb->s_op->statfs) |
statfs | 222 | arch/alpha/kernel/osf_sys.c | inode->i_sb->s_op->statfs(inode->i_sb, buffer, bufsiz); |
statfs | 570 | fs/affs/inode.c | affs_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 573 | fs/affs/inode.c | struct statfs tmp; |
statfs | 157 | fs/ext/inode.c | void ext_statfs (struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 159 | fs/ext/inode.c | struct statfs tmp; |
statfs | 698 | fs/ext2/super.c | void ext2_statfs (struct super_block * sb, struct statfs * buf, int bufsiz) |
statfs | 702 | fs/ext2/super.c | struct statfs tmp; |
statfs | 327 | fs/fat/inode.c | void fat_statfs(struct super_block *sb,struct statfs *buf, int bufsiz) |
statfs | 330 | fs/fat/inode.c | struct statfs tmp; |
statfs | 130 | fs/hpfs/hpfs_fs.c | static void hpfs_statfs(struct super_block *, struct statfs *, int); |
statfs | 743 | fs/hpfs/hpfs_fs.c | static void hpfs_statfs(struct super_block *s, struct statfs *buf, int bufsiz) |
statfs | 745 | fs/hpfs/hpfs_fs.c | struct statfs tmp; |
statfs | 432 | fs/isofs/inode.c | void isofs_statfs (struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 434 | fs/isofs/inode.c | struct statfs tmp; |
statfs | 307 | fs/minix/inode.c | void minix_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 309 | fs/minix/inode.c | struct statfs tmp; |
statfs | 34 | fs/ncpfs/inode.c | static void ncp_statfs(struct super_block *sb, struct statfs *buf, int bufsiz); |
statfs | 397 | fs/ncpfs/inode.c | ncp_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 399 | fs/ncpfs/inode.c | struct statfs tmp; |
statfs | 43 | fs/nfs/inode.c | static void nfs_statfs(struct super_block *, struct statfs *, int bufsiz); |
statfs | 209 | fs/nfs/inode.c | void nfs_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 213 | fs/nfs/inode.c | struct statfs tmp; |
statfs | 23 | fs/open.c | asmlinkage int sys_statfs(const char * path, struct statfs * buf) |
statfs | 28 | fs/open.c | error = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs)); |
statfs | 34 | fs/open.c | if (!inode->i_sb->s_op->statfs) { |
statfs | 38 | fs/open.c | inode->i_sb->s_op->statfs(inode->i_sb, buf, sizeof(struct statfs)); |
statfs | 43 | fs/open.c | asmlinkage int sys_fstatfs(unsigned int fd, struct statfs * buf) |
statfs | 49 | fs/open.c | error = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs)); |
statfs | 56 | fs/open.c | if (!inode->i_sb->s_op->statfs) |
statfs | 58 | fs/open.c | inode->i_sb->s_op->statfs(inode->i_sb, buf, sizeof(struct statfs)); |
statfs | 117 | fs/proc/inode.c | void proc_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 119 | fs/proc/inode.c | struct statfs tmp; |
statfs | 30 | fs/smbfs/inode.c | static void smb_statfs(struct super_block *, struct statfs *, int bufsiz); |
statfs | 307 | fs/smbfs/inode.c | smb_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 311 | fs/smbfs/inode.c | struct statfs tmp; |
statfs | 474 | fs/super.c | struct statfs sbuf; |
statfs | 482 | fs/super.c | if (!(s->s_op->statfs)) |
statfs | 491 | fs/super.c | s->s_op->statfs(s,&sbuf,sizeof(struct statfs)); |
statfs | 535 | fs/sysv/inode.c | void sysv_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 537 | fs/sysv/inode.c | struct statfs tmp; |
statfs | 33 | fs/ufs/ufs_super.c | void ufs_statfs(struct super_block * sb, struct statfs * buf, int bufsize); |
statfs | 268 | fs/ufs/ufs_super.c | void ufs_statfs(struct super_block * sb, struct statfs * buf, int bufsiz) |
statfs | 270 | fs/ufs/ufs_super.c | struct statfs tmp; |
statfs | 58 | fs/umsdos/inode.c | void UMSDOS_statfs(struct super_block *sb,struct statfs *buf, int bufsiz) |
statfs | 169 | fs/xiafs/inode.c | void xiafs_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 171 | fs/xiafs/inode.c | struct statfs tmp; |
statfs | 74 | include/linux/affs_fs.h | extern void affs_statfs(struct super_block *, struct statfs *, int bufsiz); |
statfs | 517 | include/linux/ext2_fs.h | extern void ext2_statfs (struct super_block *, struct statfs *, int); |
statfs | 98 | include/linux/ext_fs.h | extern void ext_statfs(struct super_block *, struct statfs *, int); |
statfs | 494 | include/linux/fs.h | void (*statfs) (struct super_block *, struct statfs *, int); |
statfs | 182 | include/linux/iso_fs.h | extern void isofs_statfs(struct super_block *, struct statfs *, int); |
statfs | 125 | include/linux/minix_fs.h | extern void minix_statfs(struct super_block *, struct statfs *, int); |
statfs | 208 | include/linux/msdos_fs.h | extern void fat_statfs(struct super_block *sb,struct statfs *buf, int); |
statfs | 249 | include/linux/proc_fs.h | extern void proc_statfs(struct super_block *, struct statfs *, int); |
statfs | 399 | include/linux/sysv_fs.h | extern void sysv_statfs(struct super_block *, struct statfs *, int); |
statfs | 102 | include/linux/xia_fs.h | extern void xiafs_statfs(struct super_block *, struct statfs *, int); |