Release 4.14 arch/alpha/include/uapi/asm/statfs.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_STATFS_H
#define _ALPHA_STATFS_H
#include <linux/types.h>
/* Alpha is the only 64-bit platform with 32-bit statfs. And doesn't
even seem to implement statfs64 */
#define __statfs_word __u32
#include <asm-generic/statfs.h>
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 10 | 50.00% | 2 | 33.33% |
David Woodhouse | 5 | 25.00% | 1 | 16.67% |
Jaswinder Singh Rajput | 3 | 15.00% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 5.00% | 1 | 16.67% |
Andrew Morton | 1 | 5.00% | 1 | 16.67% |
Total | 20 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.