/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | vfs.h | 170 static inline __be32 fh_getattr(const struct svc_fh *fh, struct kstat *stat) in fh_getattr() argument 179 return nfserrno(vfs_getattr(&p, stat, request_mask, in fh_getattr()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | akcipher.h | 113 * @stat: Statistics for akcipher algorithm 131 struct crypto_istat_akcipher stat; member 309 return &alg->stat; in akcipher_get_stat()
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic_fwint.h | 115 snic_io_hdr_dec(struct snic_io_hdr *hdr, u8 *typ, u8 *stat, u32 *cmnd_id, in snic_io_hdr_dec() argument 119 *stat = hdr->status; in snic_io_hdr_dec()
|
/kernel/linux/linux-6.6/include/video/ |
H A D | mmp_disp.h | 123 static inline const char *stat_name(int stat) in stat_name() argument 125 switch (stat) { in stat_name()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_mac.h | 184 struct mt76x02_tx_status *stat); 186 struct mt76x02_tx_status *stat, u8 *update);
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | kvm_cache_regs.h | 211 vcpu->stat.guest_mode = 1; in enter_guest_mode() 223 vcpu->stat.guest_mode = 0; in leave_guest_mode()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | hists_common.c | 187 he->ms.sym->name, he->stat.period); in print_hists_in() 216 he->ms.sym->name, he->stat.period, in print_hists_out()
|
/kernel/linux/linux-6.6/tools/firmware/ |
H A D | ihex2fw.c | 14 #include <sys/stat.h> 75 struct stat st; in main() 108 perror("stat"); in main()
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | interrupts.py | 104 stat = cpus.per_cpu(irq_stat, cpu) 105 text += "%10u " % (stat[field])
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | sort.h | 13 #include "stat.h" 97 struct he_stat stat; member 195 u64 period = he->stat.period; in hist_entry__get_percent_limit()
|
/kernel/liteos_a/shell/full/src/cmds/ |
H A D | date_shellcmd.c | 37 #include "sys/stat.h" 231 struct stat statBuf = {0}; in OsViewFileTime() 244 if (stat(fullpath, &statBuf) != 0) { in OsViewFileTime()
|
/kernel/linux/linux-6.6/mm/damon/ |
H A D | lru_sort.c | 320 damon_lru_sort_hot_stat = s->stat; in damon_lru_sort_after_aggregation() 322 damon_lru_sort_cold_stat = s->stat; in damon_lru_sort_after_aggregation()
|
/kernel/linux/linux-6.6/tools/cgroup/ |
H A D | memcg_slabinfo.py | 6 from os import stat namespace 169 cgroup_id = stat(args.cgroup).st_ino
|
/kernel/linux/linux-6.6/samples/landlock/ |
H A D | sandboxer.c | 20 #include <sys/stat.h> 113 struct stat statbuf; in populate_ruleset()
|
/kernel/linux/linux-6.6/scripts/basic/ |
H A D | fixdep.c | 93 #include <sys/stat.h> 216 struct stat st; in read_file()
|
/kernel/linux/linux-6.6/samples/vfs/ |
H A D | test-statx.c | 5 * /bin/stat where possible. 22 #include <linux/stat.h> 28 #include <sys/stat.h>
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-blkid.c | 29 #include <sys/stat.h> 103 struct stat st; in probe_superblocks()
|
/third_party/elfutils/src/ |
H A D | ranlib.c | 36 #include <sys/stat.h> 144 struct stat st; in handle_file() 147 error (0, errno, _("cannot stat '%s'"), fname); in handle_file()
|
/third_party/fsverity-utils/programs/ |
H A D | utils.c | 19 #include <sys/stat.h> 123 struct stat stbuf; in get_file_size() 126 error_msg_errno("can't stat file '%s'", file->name); in get_file_size()
|
/third_party/gptfdisk/ |
H A D | diskio-windows.cc | 23 #define stat64 stat 31 #include <sys/stat.h>
|
/third_party/lzma/CPP/Windows/ |
H A D | FileFind.h | 7 #include <sys/stat.h>
176 void SetFrom_stat(const struct stat &st);
341 // UInt32 Get_WinAttrib_From_stat(const struct stat &st);
|
/third_party/node/lib/internal/fs/ |
H A D | rimraf.js | 26 stat, 73 // Windows can EPERM on stat. 102 stat(path, (err, stats) => { 185 // Windows can EPERM on stat.
|
/third_party/musl/src/thread/ |
H A D | sem_open.c | 11 #include <sys/stat.h> 42 struct stat st; in sem_open()
|
/third_party/libfuse/example/ |
H A D | invalidate_path.c | 84 struct stat *stbuf, struct fuse_file_info* fi) { in xmp_getattr() 118 struct stat file_stat; in xmp_readdir()
|
H A D | poll.c | 64 static int fsel_getattr(const char *path, struct stat *stbuf, in fsel_getattr() 70 memset(stbuf, 0, sizeof(struct stat)); in fsel_getattr()
|