Lines Matching defs:stat
56 #include <linux/stat.h>
103 #include <linux/sched/stat.h>
758 * Let's make getdents(), stat(), and open()
760 * may not stat() a file, it shouldn't be seen
2020 * the effective uid of a /process was to stat /proc/pid. Reading
2112 * '/proc/<tgid>/task'. Other entries(eg. fd, stat) under '/proc/<tgid>'
2141 struct kstat *stat, u32 request_mask, unsigned int query_flags)
2147 generic_fillattr(&nop_mnt_idmap, request_mask, inode, stat);
2149 stat->uid = GLOBAL_ROOT_UID;
2150 stat->gid = GLOBAL_ROOT_GID;
2162 task_dump_owner(task, inode->i_mode, &stat->uid, &stat->gid);
2239 * by stat.
3459 ONE("stat", S_IRUGO, proc_tgid_stat),
3815 ONE("stat", S_IRUGO, proc_tid_stat),
4106 const struct path *path, struct kstat *stat,
4111 generic_fillattr(&nop_mnt_idmap, request_mask, inode, stat);
4114 stat->nlink += get_nr_threads(p);