Home
last modified time | relevance | path

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

12345678910>>...64

/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Dstat.h19 struct stat { struct
20 unsigned st_dev;
21 long st_pad1[3]; /* Reserved for network id */
22 ino_t st_ino;
23 mode_t st_mode;
47 * This matches struct stat64 in glibc2.1, hence the absolutely insane argument
49 * struct stat of the 64-bit kernel. argument
93 struct stat { struct
94 unsigned int st_dev;
95 unsigned int st_pad0[3]; /* Reserved for st_dev expansion */
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dstat.h24 struct stat { struct
46 struct stat64 { argument
69 struct stat { struct
70 unsigned int st_dev;
71 unsigned int st_pad0[3];
72 unsigned long st_ino;
73 mode_t st_mode;
74 __u32 st_nlink;
75 uid_t st_uid;
76 gid_t st_gid;
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
Dstat.h24 struct stat { struct
46 struct stat64 { argument
69 struct stat { struct
70 unsigned int st_dev;
71 unsigned int st_pad0[3];
72 unsigned long st_ino;
73 mode_t st_mode;
74 __u32 st_nlink;
75 uid_t st_uid;
76 gid_t st_gid;
[all …]
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
Dstat.h19 struct stat { struct
20 unsigned st_dev;
21 long st_pad1[3]; /* Reserved for network id */
22 __kernel_ino_t st_ino;
23 __kernel_mode_t st_mode;
47 * This matches struct stat64 in glibc2.1, hence the absolutely insane argument
49 * struct stat of the 64-bit kernel. argument
93 struct stat { struct
94 unsigned int st_dev;
95 unsigned int st_pad0[3]; /* Reserved for st_dev expansion */
[all …]
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
Dstat.h26 struct stat { struct
49 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
79 struct stat { struct
80 unsigned long st_dev;
81 unsigned long st_ino;
82 unsigned long st_nlink;
83 unsigned int st_mode;
84 unsigned int st_uid;
85 unsigned int st_gid;
86 unsigned int __pad1;
[all …]
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
Dstat.h26 struct stat { struct
49 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
79 struct stat { struct
80 unsigned long st_dev;
81 unsigned long st_ino;
82 unsigned long st_nlink;
83 unsigned int st_mode;
84 unsigned int st_uid;
85 unsigned int st_gid;
86 unsigned int __pad1;
[all …]
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
Dstat.h7 struct stat { struct
8 unsigned int st_dev; /* dev_t is 32 bits on parisc */
9 unsigned int st_ino; /* 32 bits */
10 unsigned short st_mode; /* 16 bits */
11 unsigned short st_nlink; /* 16 bits */
12 unsigned short st_reserved1; /* old st_uid */
13 unsigned short st_reserved2; /* old st_gid */
14 unsigned int st_rdev;
15 signed int st_size;
16 signed int st_atime;
[all …]
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
Dstat.h7 struct stat { struct
8 unsigned int st_dev; /* dev_t is 32 bits on parisc */
9 unsigned int st_ino; /* 32 bits */
10 unsigned short st_mode; /* 16 bits */
11 unsigned short st_nlink; /* 16 bits */
12 unsigned short st_reserved1; /* old st_uid */
13 unsigned short st_reserved2; /* old st_gid */
14 unsigned int st_rdev;
15 signed int st_size;
16 signed int st_atime;
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
Dispstat.c22 #define ISP_STAT_USES_DMAENGINE(stat) ((stat)->dma_ch != NULL) argument
56 #define IS_H3A_AF(stat) ((stat) == &(stat)->isp->isp_af) argument
57 #define IS_H3A_AEWB(stat) ((stat) == &(stat)->isp->isp_aewb) argument
58 #define IS_H3A(stat) (IS_H3A_AF(stat) || IS_H3A_AEWB(stat)) argument
60 static void __isp_stat_buf_sync_magic(struct ispstat *stat, in __isp_stat_buf_sync_magic()
73 static void isp_stat_buf_sync_magic_for_device(struct ispstat *stat, in isp_stat_buf_sync_magic_for_device()
85 static void isp_stat_buf_sync_magic_for_cpu(struct ispstat *stat, in isp_stat_buf_sync_magic_for_cpu()
97 static int isp_stat_buf_check_magic(struct ispstat *stat, in isp_stat_buf_check_magic()
137 static void isp_stat_buf_insert_magic(struct ispstat *stat, in isp_stat_buf_insert_magic()
158 static void isp_stat_buf_sync_for_device(struct ispstat *stat, in isp_stat_buf_sync_for_device()
[all …]
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
Dispstat.c22 #define ISP_STAT_USES_DMAENGINE(stat) ((stat)->dma_ch != NULL) argument
56 #define IS_H3A_AF(stat) ((stat) == &(stat)->isp->isp_af) argument
57 #define IS_H3A_AEWB(stat) ((stat) == &(stat)->isp->isp_aewb) argument
58 #define IS_H3A(stat) (IS_H3A_AF(stat) || IS_H3A_AEWB(stat)) argument
60 static void __isp_stat_buf_sync_magic(struct ispstat *stat, in __isp_stat_buf_sync_magic()
73 static void isp_stat_buf_sync_magic_for_device(struct ispstat *stat, in isp_stat_buf_sync_magic_for_device()
85 static void isp_stat_buf_sync_magic_for_cpu(struct ispstat *stat, in isp_stat_buf_sync_magic_for_cpu()
97 static int isp_stat_buf_check_magic(struct ispstat *stat, in isp_stat_buf_check_magic()
137 static void isp_stat_buf_insert_magic(struct ispstat *stat, in isp_stat_buf_insert_magic()
158 static void isp_stat_buf_sync_for_device(struct ispstat *stat, in isp_stat_buf_sync_for_device()
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
Dstat.h24 struct stat { struct
47 struct stat64 { argument
71 struct stat { struct
94 struct __old_kernel_stat { argument
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
Dstat.h10 struct stat { struct
11 unsigned long st_dev;
12 unsigned long st_ino;
13 unsigned short st_mode;
14 unsigned short st_nlink;
15 unsigned short st_uid;
39 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
83 struct stat { struct
84 __kernel_ulong_t st_dev;
85 __kernel_ulong_t st_ino;
[all …]
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
Dstat.h10 struct stat { struct
11 unsigned long st_dev;
12 unsigned long st_ino;
13 unsigned short st_mode;
14 unsigned short st_nlink;
15 unsigned short st_uid;
39 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
83 struct stat { struct
84 __kernel_ulong_t st_dev;
85 __kernel_ulong_t st_ino;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dstat.h24 struct stat { struct
47 struct stat64 { argument
71 struct stat { struct
94 struct __old_kernel_stat { argument
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
Dstat.h9 struct stat { struct
26 struct stat64 { argument
52 struct stat { struct
74 struct stat64 { argument
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
Dstat.h9 struct stat { struct
26 struct stat64 { argument
52 struct stat { struct
74 struct stat64 { argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dstat.h10 struct stat { struct
33 struct stat64 { argument
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dstat.h24 struct stat { struct
41 long st_ctime; /* Time of last status change. */ argument
47 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */ argument
/kernel/linux/linux-6.6/include/uapi/asm-generic/
Dstat.h24 struct stat { struct
41 long st_ctime; /* Time of last status change. */ argument
47 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */ argument
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dstat.h23 struct stat { struct
46 struct stat64 { argument
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
Dstat.h23 struct stat { struct
46 struct stat64 { argument
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
Dstat.h10 struct stat { struct
33 struct ia64_oldstat { argument
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
Dstat.h10 struct stat { struct
33 struct ia64_oldstat { argument
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
Dstat.h17 struct stat { struct
38 struct stat64 { argument
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/
Dstat.h17 struct stat { struct
38 struct stat64 { argument

12345678910>>...64