Home
last modified time | relevance | path

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

1234

/arch/mips/include/uapi/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/parisc/include/uapi/asm/
Dstat.h6 struct stat { struct
7 unsigned int st_dev; /* dev_t is 32 bits on parisc */
8 unsigned int st_ino; /* 32 bits */
9 unsigned short st_mode; /* 16 bits */
10 unsigned short 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 signed int st_size;
15 signed int st_atime;
[all …]
/arch/s390/include/uapi/asm/
Dstat.h25 struct stat { struct
48 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
78 struct stat { struct
79 unsigned long st_dev;
80 unsigned long st_ino;
81 unsigned long st_nlink;
82 unsigned int st_mode;
83 unsigned int st_uid;
84 unsigned int st_gid;
85 unsigned int __pad1;
[all …]
/arch/x86/include/uapi/asm/
Dstat.h9 struct stat { struct
10 unsigned long st_dev;
11 unsigned long st_ino;
12 unsigned short st_mode;
13 unsigned short st_nlink;
14 unsigned short st_uid;
38 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
82 struct stat { struct
83 __kernel_ulong_t st_dev;
84 __kernel_ulong_t st_ino;
[all …]
/arch/blackfin/include/uapi/asm/
Dstat.h10 struct stat { struct
33 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/arch/ia64/include/uapi/asm/
Dstat.h9 struct stat { struct
32 struct ia64_oldstat { argument
/arch/sparc/include/uapi/asm/
Dstat.h8 struct stat { struct
25 struct stat64 { argument
51 struct stat { struct
73 struct stat64 { argument
/arch/frv/include/uapi/asm/
Dstat.h19 struct stat { struct
20 unsigned char __pad1[6];
21 unsigned short st_dev;
23 unsigned long __pad2;
24 unsigned long st_ino;
26 unsigned short __pad3;
27 unsigned short st_mode;
28 unsigned short __pad4;
29 unsigned short st_nlink;
31 unsigned short __pad5;
[all …]
/arch/xtensa/include/uapi/asm/
Dstat.h16 struct stat { struct
37 struct stat64 { argument
/arch/sh/include/uapi/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/uapi/asm/
Dstat.h4 struct stat { struct
22 /* The stat64 structure increases the size of dev_t, blkcnt_t, adds argument
/arch/arm/include/uapi/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/uapi/asm/
Dstat.h29 struct stat { struct
30 unsigned long st_dev;
31 ino_t st_ino;
33 unsigned long st_nlink;
34 mode_t st_mode;
58 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */ argument
/arch/m68k/include/uapi/asm/
Dstat.h18 struct stat { struct
41 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/arch/avr32/include/uapi/asm/
Dstat.h25 struct stat { struct
48 struct stat64 { argument
/arch/m32r/include/uapi/asm/
Dstat.h22 struct stat { struct
45 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/arch/mn10300/include/uapi/asm/
Dstat.h18 struct stat { struct
39 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
/arch/cris/include/uapi/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/cris/arch-v32/kernel/
Ddebugport.c160 reg_ser_rs_stat_din stat; in getDebugChar() local
177 reg_ser_r_stat_din stat; in putDebugChar() local
187 reg_ser_r_stat_din stat; in early_putch() local
/arch/x86/platform/uv/
Dtlb_uv.c222 struct ptc_stats *stat = bcp->statp; in bau_process_retry_msg() local
276 struct ptc_stats *stat = bcp->statp; in bau_process_message() local
364 struct ptc_stats *stat = bcp->statp; in do_reset() local
519 struct ptc_stats *stat = bcp->statp; in uv1_wait_completion() local
602 struct ptc_stats *stat = bcp->statp; in handle_uv2_busy() local
617 struct ptc_stats *stat = bcp->statp; in uv2_3_wait_completion() local
707 struct bau_control *hmaster, struct ptc_stats *stat) in destination_plugged()
730 struct ptc_stats *stat) in destination_timeout()
754 static void disable_for_period(struct bau_control *bcp, struct ptc_stats *stat) in disable_for_period()
778 static void count_max_concurr(int stat, struct bau_control *bcp, in count_max_concurr()
[all …]
/arch/x86/ia32/
Dsys_ia32.c70 static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat) in cp_stat64()
101 struct kstat stat; in sys32_stat64() local
112 struct kstat stat; in sys32_lstat64() local
121 struct kstat stat; in sys32_fstat64() local
131 struct kstat stat; in sys32_fstatat() local
/arch/sparc/kernel/
Dsys_sparc32.c70 static int cp_compat_stat64(struct kstat *stat, in cp_compat_stat64()
103 struct kstat stat; in compat_sys_stat64() local
114 struct kstat stat; in compat_sys_lstat64() local
125 struct kstat stat; in compat_sys_fstat64() local
137 struct kstat stat; in compat_sys_fstatat64() local
/arch/arm/mach-orion5x/
Dirq.c40 u32 stat; in orion5x_legacy_handle_irq() local
/arch/powerpc/platforms/82xx/
Dpq2ads-pci-pic.c34 u32 stat; member
84 u32 stat, mask, pend; in pq2ads_pci_irq_demux() local

1234