tag | line | file | source code |
statfs | 171 | arch/alpha/kernel/osf_sys.c | asmlinkage int osf_statfs(char * path, struct statfs * buffer, unsigned long bufsiz) |
statfs | 176 | arch/alpha/kernel/osf_sys.c | if (bufsiz > sizeof(struct statfs)) |
statfs | 177 | arch/alpha/kernel/osf_sys.c | bufsiz = sizeof(struct statfs); |
statfs | 184 | arch/alpha/kernel/osf_sys.c | if (!inode->i_sb->s_op->statfs) { |
statfs | 188 | arch/alpha/kernel/osf_sys.c | inode->i_sb->s_op->statfs(inode->i_sb, buffer, bufsiz); |
statfs | 193 | arch/alpha/kernel/osf_sys.c | asmlinkage int osf_fstatfs(unsigned long fd, struct statfs * buffer, unsigned long bufsiz) |
statfs | 202 | arch/alpha/kernel/osf_sys.c | if (bufsiz > sizeof(struct statfs)) |
statfs | 203 | arch/alpha/kernel/osf_sys.c | bufsiz = sizeof(struct statfs); |
statfs | 208 | arch/alpha/kernel/osf_sys.c | if (!inode->i_sb->s_op->statfs) |
statfs | 210 | arch/alpha/kernel/osf_sys.c | inode->i_sb->s_op->statfs(inode->i_sb, buffer, bufsiz); |
statfs | 147 | fs/ext/inode.c | void ext_statfs (struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 149 | fs/ext/inode.c | struct statfs tmp; |
statfs | 752 | fs/ext2/super.c | void ext2_statfs (struct super_block * sb, struct statfs * buf, int bufsiz) |
statfs | 756 | fs/ext2/super.c | struct statfs tmp; |
statfs | 128 | fs/hpfs/hpfs_fs.c | static void hpfs_statfs(struct super_block *, struct statfs *, int); |
statfs | 725 | fs/hpfs/hpfs_fs.c | static void hpfs_statfs(struct super_block *s, struct statfs *buf, int bufsiz) |
statfs | 727 | fs/hpfs/hpfs_fs.c | struct statfs tmp; |
statfs | 395 | fs/isofs/inode.c | void isofs_statfs (struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 397 | fs/isofs/inode.c | struct statfs tmp; |
statfs | 227 | fs/minix/inode.c | void minix_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 229 | fs/minix/inode.c | struct statfs tmp; |
statfs | 312 | fs/msdos/inode.c | void msdos_statfs(struct super_block *sb,struct statfs *buf, int bufsiz) |
statfs | 315 | fs/msdos/inode.c | struct statfs tmp; |
statfs | 41 | fs/nfs/inode.c | static void nfs_statfs(struct super_block *, struct statfs *, int bufsiz); |
statfs | 176 | fs/nfs/inode.c | void nfs_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 180 | fs/nfs/inode.c | struct statfs tmp; |
statfs | 30 | fs/open.c | asmlinkage int sys_statfs(const char * path, struct statfs * buf) |
statfs | 35 | fs/open.c | error = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs)); |
statfs | 41 | fs/open.c | if (!inode->i_sb->s_op->statfs) { |
statfs | 45 | fs/open.c | inode->i_sb->s_op->statfs(inode->i_sb, buf, sizeof(struct statfs)); |
statfs | 50 | fs/open.c | asmlinkage int sys_fstatfs(unsigned int fd, struct statfs * buf) |
statfs | 56 | fs/open.c | error = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs)); |
statfs | 63 | fs/open.c | if (!inode->i_sb->s_op->statfs) |
statfs | 65 | fs/open.c | inode->i_sb->s_op->statfs(inode->i_sb, buf, sizeof(struct statfs)); |
statfs | 96 | fs/proc/inode.c | void proc_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 98 | fs/proc/inode.c | struct statfs tmp; |
statfs | 38 | fs/smbfs/inode.c | static void smb_statfs(struct super_block *, struct statfs *, int bufsiz); |
statfs | 315 | fs/smbfs/inode.c | smb_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 319 | fs/smbfs/inode.c | struct statfs tmp; |
statfs | 539 | fs/sysv/inode.c | void sysv_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 541 | fs/sysv/inode.c | struct statfs tmp; |
statfs | 64 | fs/umsdos/inode.c | void UMSDOS_statfs(struct super_block *sb,struct statfs *buf, int bufsiz) |
statfs | 174 | fs/xiafs/inode.c | void xiafs_statfs(struct super_block *sb, struct statfs *buf, int bufsiz) |
statfs | 176 | fs/xiafs/inode.c | struct statfs tmp; |
statfs | 490 | include/linux/ext2_fs.h | extern void ext2_statfs (struct super_block *, struct statfs *, int); |
statfs | 97 | include/linux/ext_fs.h | extern void ext_statfs(struct super_block *, struct statfs *, int); |
statfs | 378 | include/linux/fs.h | void (*statfs) (struct super_block *, struct statfs *, int); |
statfs | 180 | include/linux/iso_fs.h | extern void isofs_statfs(struct super_block *, struct statfs *, int); |
statfs | 117 | include/linux/minix_fs.h | extern void minix_statfs(struct super_block *, struct statfs *, int); |
statfs | 162 | include/linux/msdos_fs.h | extern void msdos_statfs(struct super_block *sb,struct statfs *buf, int); |
statfs | 148 | include/linux/proc_fs.h | extern void proc_statfs(struct super_block *, struct statfs *, int); |
statfs | 398 | include/linux/sysv_fs.h | extern void sysv_statfs(struct super_block *, struct statfs *, int); |
statfs | 101 | include/linux/xia_fs.h | extern void xiafs_statfs(struct super_block *, struct statfs *, int); |