Searched refs:kstat (Results 1 – 7 of 7) sorted by relevance
| /include/linux/ |
| 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()
|
| A D | init_syscalls.h | 11 int __init init_stat(const char *filename, struct kstat *stat, int flags);
|
| A D | stat.h | 22 struct kstat { struct
|
| A D | fs.h | 2247 struct kstat *, u32, unsigned int); 3557 void fill_mg_cmtime(struct kstat *stat, u32 request_mask, struct inode *inode); 3558 void generic_fillattr(struct mnt_idmap *, u32, struct inode *, struct kstat *); 3559 void generic_fill_statx_attr(struct inode *inode, struct kstat *stat); 3560 void generic_fill_statx_atomic_writes(struct kstat *stat, 3565 extern int vfs_getattr(const struct path *, struct kstat *, u32, unsigned int); 3582 int vfs_fstatat(int dfd, const char __user *filename, struct kstat *stat, 3584 int vfs_fstat(int fd, struct kstat *stat); 3586 static inline int vfs_stat(const char __user *filename, struct kstat *stat) in vfs_stat() 3590 static inline int vfs_lstat(const char __user *name, struct kstat *stat) in vfs_lstat() [all …]
|
| A D | fscrypt.h | 444 int fscrypt_symlink_getattr(const struct path *path, struct kstat *stat); 817 struct kstat *stat) in fscrypt_symlink_getattr()
|
| A D | nfs_fs.h | 450 struct kstat *, u32, unsigned int);
|
| A D | blkdev.h | 1791 void bdev_statx(const struct path *path, struct kstat *stat, u32 request_mask); 1809 static inline void bdev_statx(const struct path *path, struct kstat *stat, in bdev_statx()
|
Completed in 26 milliseconds