Home
last modified time | relevance | path

Searched refs:kstat (Results 1 – 25 of 120) sorted by relevance

12345

/linux/fs/
A Dstat.c393 struct kstat stat; in SYSCALL_DEFINE2()
406 struct kstat stat; in SYSCALL_DEFINE2()
418 struct kstat stat; in SYSCALL_DEFINE2()
477 struct kstat stat; in SYSCALL_DEFINE2()
488 struct kstat stat; in SYSCALL_DEFINE2()
502 struct kstat stat; in SYSCALL_DEFINE4()
514 struct kstat stat; in SYSCALL_DEFINE2()
623 struct kstat stat; in SYSCALL_DEFINE2()
635 struct kstat stat; in SYSCALL_DEFINE2()
646 struct kstat stat; in SYSCALL_DEFINE2()
[all …]
/linux/include/linux/
A Dkernel_stat.h45 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()
A Dinit_syscalls.h11 int __init init_stat(const char *filename, struct kstat *stat, int flags);
A Dstat.h22 struct kstat { struct
/linux/fs/nfsd/
A Dxdr.h85 struct kstat stat;
91 struct kstat stat;
104 struct kstat stat;
175 const struct svc_fh *fhp, const struct kstat *stat);
A Dxdr3.h119 struct kstat stat;
133 struct kstat stat;
228 struct kstat stat;
A Dnfsfh.h108 struct kstat fh_post_attr; /* full attrs after operation */
300 u64 nfsd4_change_attribute(const struct kstat *stat,
/linux/arch/x86/kernel/
A Dsys_ia32.c132 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/arch/sparc/kernel/
A Dsys_sparc32.c64 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/arch/s390/kernel/
A Dcompat_linux.c126 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/fs/smb/server/
A Dmisc.h11 struct kstat;
19 int get_nlink(struct kstat *st);
A Dvfs.h69 struct kstat *kstat; member
88 int ksmbd_vfs_getattr(const struct path *path, struct kstat *stat);
A Dvfs.c556 int ksmbd_vfs_getattr(const struct path *path, struct kstat *stat) in ksmbd_vfs_getattr()
1663 struct kstat *kstat = ksmbd_kstat->kstat; in ksmbd_vfs_init_kstat() local
1668 time = ksmbd_UnixTimeToNT(kstat->atime); in ksmbd_vfs_init_kstat()
1670 time = ksmbd_UnixTimeToNT(kstat->mtime); in ksmbd_vfs_init_kstat()
1672 time = ksmbd_UnixTimeToNT(kstat->ctime); in ksmbd_vfs_init_kstat()
1679 info->EndOfFile = cpu_to_le64(kstat->size); in ksmbd_vfs_init_kstat()
1680 info->AllocationSize = cpu_to_le64(kstat->blocks << 9); in ksmbd_vfs_init_kstat()
1700 rc = vfs_getattr(&path, ksmbd_kstat->kstat, in ksmbd_vfs_fill_dentry_attrs()
1706 time = ksmbd_UnixTimeToNT(ksmbd_kstat->kstat->ctime); in ksmbd_vfs_fill_dentry_attrs()
1713 if (S_ISDIR(ksmbd_kstat->kstat->mode)) in ksmbd_vfs_fill_dentry_attrs()
A Dsmb_common.c442 struct kstat kstat; in ksmbd_populate_dot_dotdot_entries() local
463 ksmbd_kstat.kstat = &kstat; in ksmbd_populate_dot_dotdot_entries()
A Dsmb2pdu.c2830 struct kstat stat; in smb2_open()
3845 void *kstat; in smb2_populate_readdir_entry() local
4052 struct kstat kstat; in process_query_dir_entries() local
4082 ksmbd_kstat.kstat = &kstat; in process_query_dir_entries()
4740 struct kstat stat; in get_file_basic_info()
4775 struct kstat stat; in get_file_standard_info()
4816 struct kstat stat; in get_file_all_info()
4903 struct kstat stat; in get_file_stream_info()
5004 struct kstat stat; in get_file_internal_info()
5024 struct kstat stat; in get_file_network_open_info()
[all …]
/linux/arch/arm/kernel/
A Dsys_oabi-compat.c121 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/fs/vboxsf/
A Dvfsmod.h101 struct kstat *kstat, u32 request_mask,
A Dutils.c236 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/tools/testing/selftests/bpf/progs/
A Dtest_d_path_check_rdonly_mem.c11 int BPF_PROG(d_path_check_rdonly_mem, struct path *path, struct kstat *stat, in BPF_PROG()
A Dtest_d_path_check_types.c15 int BPF_PROG(d_path_check_rdonly_mem, struct path *path, struct kstat *stat, in BPF_PROG()
A Dtest_d_path.c22 int BPF_PROG(prog_stat, struct path *path, struct kstat *stat, in BPF_PROG()
/linux/fs/coda/
A Dcoda_linux.h52 int coda_getattr(struct mnt_idmap *, const struct path *, struct kstat *,
/linux/fs/ocfs2/
A Dfile.h56 struct kstat *stat, u32 request_mask, unsigned int flags);
/linux/fs/ext4/
A Dsymlink.c60 struct kstat *stat, u32 request_mask, in ext4_encrypted_symlink_getattr()
/linux/fs/udf/
A Dsymlink.c135 const struct path *path, struct kstat *stat, in udf_symlink_getattr()

Completed in 51 milliseconds

12345