Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 25 of 62) sorted by relevance

123

/arch/mips/include/asm/
Dstat.h18 struct stat { struct
19 unsigned st_dev;
20 long st_pad1[3]; /* Reserved for network id */
21 ino_t st_ino;
22 mode_t st_mode;
46 * This matches struct stat64 in glibc2.1, hence the absolutely insane argument
48 * struct stat of the 64-bit kernel. argument
92 struct stat { struct
93 unsigned int st_dev;
94 unsigned int st_pad0[3]; /* Reserved for st_dev expansion */
[all …]
/arch/s390/include/asm/
Dstat.h27 struct stat { struct
50 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
80 struct stat { struct
81 unsigned long st_dev;
82 unsigned long st_ino;
83 unsigned long st_nlink;
84 unsigned int st_mode;
85 unsigned int st_uid;
86 unsigned int st_gid;
87 unsigned int __pad1;
[all …]
/arch/x86/include/asm/
Dstat.h7 struct stat { struct
30 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
68 struct stat { struct
69 unsigned long st_dev;
93 struct __old_kernel_stat { argument
/arch/blackfin/include/asm/
Dstat.h4 struct stat { struct
27 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/arch/ia64/include/asm/
Dstat.h9 struct stat { struct
32 struct ia64_oldstat { argument
/arch/sparc/include/asm/
Dstat.h8 struct stat { struct
25 struct stat64 { argument
51 struct stat { struct
73 struct stat64 { argument
/arch/xtensa/include/asm/
Dstat.h16 struct stat { struct
37 struct stat64 { argument
/arch/sh/include/asm/
Dstat.h19 struct stat { struct
42 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
78 struct stat { struct
99 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/arch/alpha/include/asm/
Dstat.h4 struct stat { struct
22 /* The stat64 structure increases the size of dev_t, blkcnt_t, adds argument
/arch/arm/include/asm/
Dstat.h20 struct stat { struct
22 unsigned short st_dev;
23 unsigned short __pad1;
27 unsigned long st_ino;
51 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/arch/powerpc/include/asm/
Dstat.h29 struct stat { struct
30 unsigned long st_dev;
31 ino_t st_ino;
33 nlink_t st_nlink;
34 mode_t st_mode;
58 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */ argument
/arch/h8300/include/asm/
Dstat.h18 struct stat { struct
41 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/arch/m68k/include/asm/
Dstat.h18 struct stat { struct
41 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/arch/parisc/include/asm/
Dstat.h6 struct stat { struct
7 unsigned int st_dev; /* dev_t is 32 bits on parisc */
8 ino_t st_ino; /* 32 bits */
9 mode_t st_mode; /* 16 bits */
10 nlink_t st_nlink; /* 16 bits */
11 unsigned short st_reserved1; /* old st_uid */
12 unsigned short st_reserved2; /* old st_gid */
13 unsigned int st_rdev;
14 off_t st_size;
15 time_t st_atime;
[all …]
/arch/avr32/include/asm/
Dstat.h25 struct stat { struct
48 struct stat64 { argument
/arch/cris/include/asm/
Dstat.h23 struct stat { struct
44 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/arch/mips/sgi-ip32/
Dcrime.c44 unsigned long stat, addr; in crime_memerr_intr() local
95 unsigned long stat = crime->cpu_error_stat & CRIME_CPU_ERROR_MASK; in crime_cpuerr_intr() local
/arch/parisc/hpux/
Dfs.c151 static int cp_hpux_stat(struct kstat *stat, struct hpux_stat64 __user *statbuf) in cp_hpux_stat()
179 struct kstat stat; in hpux_stat64() local
190 struct kstat stat; in hpux_fstat64() local
201 struct kstat stat; in hpux_lstat64() local
/arch/cris/arch-v32/kernel/
Ddebugport.c168 reg_ser_rs_stat_din stat; in getDebugChar() local
186 reg_ser_r_stat_din stat; in putDebugChar() local
/arch/powerpc/platforms/82xx/
Dpq2ads-pci-pic.c34 u32 stat; member
86 u32 stat, mask, pend; in pq2ads_pci_irq_demux() local
/arch/powerpc/platforms/cell/spufs/
Dfault.c80 unsigned long stat = ctx->csa.class_0_pending & CLASS0_INTR_MASK; in spufs_handle_class0() local
/arch/arm/kernel/
Dsys_oabi-compat.c116 static long cp_oldabi_stat64(struct kstat *stat, in cp_oldabi_stat64()
146 struct kstat stat; in sys_oabi_stat64() local
156 struct kstat stat; in sys_oabi_lstat64() local
166 struct kstat stat; in sys_oabi_fstat64() local
178 struct kstat stat; in sys_oabi_fstatat64() local
/arch/arm/mach-omap1/
Dfpga.c89 u32 stat; in innovator_fpga_IRQ_demux() local
/arch/s390/kernel/
Dcompat_linux.c101 #define SET_OLDSTAT_UID(stat, uid) (stat).st_uid = high2lowuid(uid) argument
102 #define SET_OLDSTAT_GID(stat, gid) (stat).st_gid = high2lowgid(gid) argument
103 #define SET_STAT_UID(stat, uid) (stat).st_uid = high2lowuid(uid) argument
104 #define SET_STAT_GID(stat, gid) (stat).st_gid = high2lowgid(gid) argument
650 static int cp_stat64(struct stat64_emu31 __user *ubuf, struct kstat *stat) in cp_stat64()
676 struct kstat stat; in sys32_stat64() local
685 struct kstat stat; in sys32_lstat64() local
694 struct kstat stat; in sys32_fstat64() local
704 struct kstat stat; in sys32_fstatat64() local
/arch/powerpc/platforms/powermac/
Dnvram.c283 int stat, i; in sm_erase_bank() local
315 int i, stat = 0; in sm_write_bank() local
350 int i, stat = 0; in amd_erase_bank() local
397 int i, stat = 0; in amd_write_bank() local

123