| /linux-6.15/fs/ |
| H A D | stat.c | 424 struct kstat stat; in SYSCALL_DEFINE2() 437 struct kstat stat; in SYSCALL_DEFINE2() 449 struct kstat stat; in SYSCALL_DEFINE2() 508 struct kstat stat; in SYSCALL_DEFINE2() 519 struct kstat stat; in SYSCALL_DEFINE2() 533 struct kstat stat; in SYSCALL_DEFINE4() 545 struct kstat stat; in SYSCALL_DEFINE2() 654 struct kstat stat; in SYSCALL_DEFINE2() 666 struct kstat stat; in SYSCALL_DEFINE2() 677 struct kstat stat; in SYSCALL_DEFINE2() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | kernel_stat.h | 45 DECLARE_PER_CPU(struct kernel_stat, kstat); 49 #define kstat_this_cpu this_cpu_ptr(&kstat) 51 #define kstat_cpu(cpu) per_cpu(kstat, cpu) 62 __this_cpu_inc(kstat.softirqs[irq]); in kstat_incr_softirqs_this_cpu()
|
| H A D | init_syscalls.h | 11 int __init init_stat(const char *filename, struct kstat *stat, int flags);
|
| H A D | stat.h | 22 struct kstat { struct
|
| /linux-6.15/fs/nfsd/ |
| H A D | xdr.h | 85 struct kstat stat; 91 struct kstat stat; 104 struct kstat stat; 175 const struct svc_fh *fhp, const struct kstat *stat);
|
| H A D | xdr3.h | 119 struct kstat stat; 133 struct kstat stat; 228 struct kstat stat;
|
| H A D | nfsfh.h | 108 struct kstat fh_post_attr; /* full attrs after operation */ 293 u64 nfsd4_change_attribute(const struct kstat *stat);
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | sys_ia32.c | 132 static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat) in cp_stat64() 167 struct kstat stat; in COMPAT_SYSCALL_DEFINE2() 178 struct kstat stat; in COMPAT_SYSCALL_DEFINE2() 188 struct kstat stat; in COMPAT_SYSCALL_DEFINE2() 199 struct kstat stat; in COMPAT_SYSCALL_DEFINE4()
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | sys_sparc32.c | 64 static int cp_compat_stat64(struct kstat *stat, in cp_compat_stat64() 97 struct kstat stat; in COMPAT_SYSCALL_DEFINE2() 108 struct kstat stat; in COMPAT_SYSCALL_DEFINE2() 119 struct kstat stat; in COMPAT_SYSCALL_DEFINE2() 131 struct kstat stat; in COMPAT_SYSCALL_DEFINE4()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | compat_linux.c | 126 static int cp_stat64(struct stat64_emu31 __user *ubuf, struct kstat *stat) in cp_stat64() 152 struct kstat stat; in COMPAT_SYSCALL_DEFINE2() 161 struct kstat stat; in COMPAT_SYSCALL_DEFINE2() 170 struct kstat stat; in COMPAT_SYSCALL_DEFINE2() 180 struct kstat stat; in COMPAT_SYSCALL_DEFINE4()
|
| /linux-6.15/fs/smb/server/ |
| H A D | misc.h | 11 struct kstat; 19 int get_nlink(struct kstat *st);
|
| H A D | vfs.h | 70 struct kstat *kstat; member 89 int ksmbd_vfs_getattr(const struct path *path, struct kstat *stat);
|
| H A D | vfs.c | 545 int ksmbd_vfs_getattr(const struct path *path, struct kstat *stat) in ksmbd_vfs_getattr() 1652 struct kstat *kstat = ksmbd_kstat->kstat; in ksmbd_vfs_init_kstat() local 1657 time = ksmbd_UnixTimeToNT(kstat->atime); in ksmbd_vfs_init_kstat() 1659 time = ksmbd_UnixTimeToNT(kstat->mtime); in ksmbd_vfs_init_kstat() 1661 time = ksmbd_UnixTimeToNT(kstat->ctime); in ksmbd_vfs_init_kstat() 1668 info->EndOfFile = cpu_to_le64(kstat->size); in ksmbd_vfs_init_kstat() 1669 info->AllocationSize = cpu_to_le64(kstat->blocks << 9); in ksmbd_vfs_init_kstat() 1689 rc = vfs_getattr(&path, ksmbd_kstat->kstat, in ksmbd_vfs_fill_dentry_attrs() 1695 time = ksmbd_UnixTimeToNT(ksmbd_kstat->kstat->ctime); in ksmbd_vfs_fill_dentry_attrs() 1702 if (S_ISDIR(ksmbd_kstat->kstat->mode)) in ksmbd_vfs_fill_dentry_attrs()
|
| H A D | smb_common.c | 442 struct kstat kstat; in ksmbd_populate_dot_dotdot_entries() local 463 ksmbd_kstat.kstat = &kstat; in ksmbd_populate_dot_dotdot_entries()
|
| H A D | smb2pdu.c | 2867 struct kstat stat; in smb2_open() 3884 void *kstat; in smb2_populate_readdir_entry() local 4111 struct kstat kstat; in process_query_dir_entries() local 4141 ksmbd_kstat.kstat = &kstat; in process_query_dir_entries() 4811 struct kstat stat; in get_file_basic_info() 4846 struct kstat stat; in get_file_standard_info() 4887 struct kstat stat; in get_file_all_info() 4974 struct kstat stat; in get_file_stream_info() 5075 struct kstat stat; in get_file_internal_info() 5095 struct kstat stat; in get_file_network_open_info() [all …]
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 121 static long cp_oldabi_stat64(struct kstat *stat, in cp_oldabi_stat64() 151 struct kstat stat; in sys_oabi_stat64() 161 struct kstat stat; in sys_oabi_lstat64() 171 struct kstat stat; in sys_oabi_fstat64() 183 struct kstat stat; in sys_oabi_fstatat64()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_exchrange.c | 843 struct kstat kstat = { }; in xfs_ioc_start_commit() local 861 fill_mg_cmtime(&kstat, STATX_CTIME | STATX_MTIME, inode2); in xfs_ioc_start_commit() 862 kern_f->file2_ctime = kstat.ctime.tv_sec; in xfs_ioc_start_commit() 863 kern_f->file2_ctime_nsec = kstat.ctime.tv_nsec; in xfs_ioc_start_commit() 864 kern_f->file2_mtime = kstat.mtime.tv_sec; in xfs_ioc_start_commit() 865 kern_f->file2_mtime_nsec = kstat.mtime.tv_nsec; in xfs_ioc_start_commit()
|
| /linux-6.15/fs/vboxsf/ |
| H A D | vfsmod.h | 101 struct kstat *kstat, u32 request_mask,
|
| H A D | utils.c | 236 struct kstat *kstat, u32 request_mask, unsigned int flags) in vboxsf_getattr() argument 256 generic_fillattr(&nop_mnt_idmap, request_mask, d_inode(dentry), kstat); in vboxsf_getattr()
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_d_path_check_rdonly_mem.c | 11 int BPF_PROG(d_path_check_rdonly_mem, struct path *path, struct kstat *stat, in BPF_PROG()
|
| H A D | test_d_path_check_types.c | 15 int BPF_PROG(d_path_check_rdonly_mem, struct path *path, struct kstat *stat, in BPF_PROG()
|
| H A D | test_d_path.c | 22 int BPF_PROG(prog_stat, struct path *path, struct kstat *stat, in BPF_PROG()
|
| /linux-6.15/fs/coda/ |
| H A D | coda_linux.h | 52 int coda_getattr(struct mnt_idmap *, const struct path *, struct kstat *,
|
| /linux-6.15/fs/ocfs2/ |
| H A D | file.h | 56 struct kstat *stat, u32 request_mask, unsigned int flags);
|
| /linux-6.15/fs/ext4/ |
| H A D | symlink.c | 60 struct kstat *stat, u32 request_mask, in ext4_encrypted_symlink_getattr()
|