| /Linux-v5.4/arch/mips/include/uapi/asm/ | 
| D | stat.h | 19 struct stat {  struct20 	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 …]
 
 | 
| /Linux-v5.4/arch/s390/include/uapi/asm/ | 
| D | stat.h | 26 struct stat {  struct49 /* 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 …]
 
 | 
| /Linux-v5.4/arch/parisc/include/uapi/asm/ | 
| D | stat.h | 7 struct stat {  struct8 	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 …]
 
 | 
| /Linux-v5.4/drivers/media/platform/omap3isp/ | 
| D | ispstat.c | 22 #define ISP_STAT_USES_DMAENGINE(stat)	((stat)->dma_ch != NULL)  argument56 #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 …]
 
 | 
| /Linux-v5.4/arch/x86/include/uapi/asm/ | 
| D | stat.h | 10 struct stat {  struct11 	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 …]
 
 | 
| /Linux-v5.4/arch/sh/include/uapi/asm/ | 
| D | stat.h | 20 struct stat {  struct43 /* This matches struct stat64 in glibc2.1, hence the absolutely  argument
 79 struct stat {  struct
 100 /* This matches struct stat64 in glibc2.1, hence the absolutely  argument
 
 | 
| /Linux-v5.4/arch/sparc/include/uapi/asm/ | 
| D | stat.h | 9 struct stat {  struct26 struct stat64 {  argument
 52 struct stat {  struct
 74 struct stat64 {  argument
 
 | 
| /Linux-v5.4/include/uapi/asm-generic/ | 
| D | stat.h | 24 struct stat {  struct41 	long		st_ctime;	/* Time of last status change.  */  argument
 47 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */  argument
 
 | 
| /Linux-v5.4/arch/ia64/include/uapi/asm/ | 
| D | stat.h | 10 struct stat {  struct33 struct ia64_oldstat {  argument
 
 | 
| /Linux-v5.4/arch/xtensa/include/uapi/asm/ | 
| D | stat.h | 17 struct stat {  struct38 struct stat64  {  argument
 
 | 
| /Linux-v5.4/arch/powerpc/include/uapi/asm/ | 
| D | stat.h | 30 struct stat {  struct31 	unsigned long	st_dev;
 32 	ino_t		st_ino;
 34 	unsigned long	st_nlink;
 35 	mode_t		st_mode;
 59 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */  argument
 
 | 
| /Linux-v5.4/arch/arm/include/uapi/asm/ | 
| D | stat.h | 21 struct stat {  struct23 	unsigned short st_dev;
 24 	unsigned short __pad1;
 28 	unsigned long  st_ino;
 52 /* This matches struct stat64 in glibc2.1, hence the absolutely  argument
 
 | 
| /Linux-v5.4/arch/alpha/include/uapi/asm/ | 
| D | stat.h | 5 struct stat {  struct23 /* The stat64 structure increases the size of dev_t, blkcnt_t, adds  argument
 
 | 
| /Linux-v5.4/arch/m68k/include/uapi/asm/ | 
| D | stat.h | 19 struct stat {  struct42 /* This matches struct stat64 in glibc2.1, hence the absolutely  argument
 
 | 
| /Linux-v5.4/fs/ | 
| D | stat.c | 33 void generic_fillattr(struct inode *inode, struct kstat *stat)  in generic_fillattr()64 int vfs_getattr_nosec(const struct path *path, struct kstat *stat,  in vfs_getattr_nosec()
 110 int vfs_getattr(const struct path *path, struct kstat *stat,  in vfs_getattr()
 134 int vfs_statx_fd(unsigned int fd, struct kstat *stat,  in vfs_statx_fd()
 169 	      struct kstat *stat, u32 request_mask)  in vfs_statx()
 209 static int cp_old_stat(struct kstat *stat, struct __old_kernel_stat __user * statbuf)  in cp_old_stat()
 246 SYSCALL_DEFINE2(stat, const char __user *, filename,  in SYSCALL_DEFINE2()  argument
 249 	struct kstat stat;  in SYSCALL_DEFINE2()  local
 262 	struct kstat stat;  in SYSCALL_DEFINE2()  local
 274 	struct kstat stat;  in SYSCALL_DEFINE2()  local
 [all …]
 
 | 
| /Linux-v5.4/fs/nfs/ | 
| D | iostat.h | 27 					enum nfs_stat_eventcounters stat)  in nfs_inc_server_stats()33 				 enum nfs_stat_eventcounters stat)  in nfs_inc_stats()
 39 					enum nfs_stat_bytecounters stat,  in nfs_add_server_stats()
 46 				 enum nfs_stat_bytecounters stat,  in nfs_add_stats()
 54 					 enum nfs_stat_fscachecounters stat,  in nfs_add_fscache_stats()
 60 					 enum nfs_stat_fscachecounters stat)  in nfs_inc_fscache_stats()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/ibus/ | 
| D | gf100.c | 32 	u32 stat = nvkm_rd32(device, 0x122128 + (i * 0x0400));  in gf100_ibus_intr_hub()  local43 	u32 stat = nvkm_rd32(device, 0x124128 + (i * 0x0400));  in gf100_ibus_intr_rop()  local
 54 	u32 stat = nvkm_rd32(device, 0x128128 + (i * 0x0400));  in gf100_ibus_intr_gpc()  local
 71 		u32 stat = 0x00000100 << i;  in gf100_ibus_intr()  local
 79 		u32 stat = 0x00010000 << i;  in gf100_ibus_intr()  local
 87 		u32 stat = 0x00000001 << i;  in gf100_ibus_intr()  local
 
 | 
| D | gk104.c | 32 	u32 stat = nvkm_rd32(device, 0x122128 + (i * 0x0800));  in gk104_ibus_intr_hub()  local43 	u32 stat = nvkm_rd32(device, 0x124128 + (i * 0x0800));  in gk104_ibus_intr_rop()  local
 54 	u32 stat = nvkm_rd32(device, 0x128128 + (i * 0x0800));  in gk104_ibus_intr_gpc()  local
 71 		u32 stat = 0x00000100 << i;  in gk104_ibus_intr()  local
 79 		u32 stat = 0x00010000 << i;  in gk104_ibus_intr()  local
 87 		u32 stat = 0x00000001 << i;  in gk104_ibus_intr()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/disp/ | 
| D | gv100.c | 47 	u32 stat = nvkm_rd32(device, 0x6107a8);  in gv100_disp_super()  local101 	u32 stat = nvkm_rd32(device, 0x611020 + (chid * 12));  in gv100_disp_exception()  local
 132 	u32 stat = nvkm_rd32(device, 0x611c30);  in gv100_disp_intr_ctrl_disp()  local
 174 	u32 stat = nvkm_rd32(device, 0x611854);  in gv100_disp_intr_exc_other()  local
 203 	unsigned long stat = nvkm_rd32(device, 0x611850);  in gv100_disp_intr_exc_winim()  local
 223 	unsigned long stat = nvkm_rd32(device, 0x61184c);  in gv100_disp_intr_exc_win()  local
 243 	u32 stat = nvkm_rd32(device, 0x611800 + (head * 0x04));  in gv100_disp_intr_head_timing()  local
 268 	u32 stat = nvkm_rd32(device, 0x611ec0);  in gv100_disp_intr()  local
 
 | 
| D | gf119.c | 94 	u32 stat = nvkm_rd32(device, 0x6101f0 + (chid * 12));  in gf119_disp_intr_error()  local130 		u32 stat = nvkm_rd32(device, 0x61008c);  in gf119_disp_intr()  local
 140 		u32 stat = nvkm_rd32(device, 0x61009c);  in gf119_disp_intr()  local
 148 		u32 stat = nvkm_rd32(device, 0x6100ac);  in gf119_disp_intr()  local
 168 			u32 stat = nvkm_rd32(device, 0x6100bc + hoff);  in gf119_disp_intr()  local
 
 | 
| /Linux-v5.4/drivers/media/firewire/ | 
| D | firedtv-ci.c | 23 static int fdtv_ca_ready(struct firedtv_tuner_status *stat)  in fdtv_ca_ready()31 static int fdtv_get_ca_flags(struct firedtv_tuner_status *stat)  in fdtv_get_ca_flags()
 57 	struct firedtv_tuner_status stat;  in fdtv_ca_get_slot_info()  local
 96 	struct firedtv_tuner_status stat;  in fdtv_ca_get_msg()  local
 176 	struct firedtv_tuner_status stat;  in fdtv_ca_ioctl()  local
 230 	struct firedtv_tuner_status stat;  in fdtv_ca_register()  local
 
 | 
| /Linux-v5.4/drivers/ide/ | 
| D | ide-cd_ioctl.c | 47 	int stat;  in ide_cdrom_drive_status()  local140 	int stat;  in ide_cd_lockdoor()  local
 187 		int stat = ide_cd_lockdoor(drive, 0);  in ide_cdrom_tray_move()  local
 212 	int stat;  in ide_cdrom_select_speed()  local
 268 	int stat, mcnlen;  in ide_cdrom_get_mcn()  local
 349 	int stat;  in ide_cd_fake_play_trkind()  local
 382 	int stat;  in ide_cd_read_tochdr()  local
 400 	int stat;  in ide_cd_read_tocentry()  local
 
 | 
| D | ide-eh.c | 9 				     u8 stat, u8 err)  in ide_ata_error()65 				       u8 stat, u8 err)  in ide_atapi_error()
 95 				   u8 stat, u8 err)  in __ide_error()
 115 ide_startstop_t ide_error(ide_drive_t *drive, const char *msg, u8 stat)  in ide_error()
 172 	u8 stat;  in atapi_reset_pollfunc()  local
 
 | 
| /Linux-v5.4/drivers/media/pci/ddbridge/ | 
| D | ddbridge-main.c | 105 	int stat;  in ddb_irq_msi()  local123 	int stat;  in ddb_irq_init()  local
 176 	int stat = 0;  in ddb_probe()  local
 295 	int stat;  in module_init_ddbridge()  local
 
 | 
| /Linux-v5.4/arch/x86/platform/uv/ | 
| D | tlb_uv.c | 234 	struct ptc_stats *stat = bcp->statp;  in bau_process_retry_msg()  local288 	struct ptc_stats *stat = bcp->statp;  in bau_process_message()  local
 376 	struct ptc_stats *stat = bcp->statp;  in do_reset()  local
 534 	struct ptc_stats *stat = bcp->statp;  in uv1_wait_completion()  local
 593 	struct ptc_stats *stat = bcp->statp;  in handle_uv2_busy()  local
 609 	struct ptc_stats *stat = bcp->statp;  in uv2_3_wait_completion()  local
 673 	u64 stat;  in read_status()  local
 684 	struct ptc_stats *stat = bcp->statp;  in uv4_wait_completion()  local
 730 			struct bau_control *hmaster, struct ptc_stats *stat)  in destination_plugged()
 753 			struct ptc_stats *stat)  in destination_timeout()
 [all …]
 
 |