Searched refs:stbuf (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/9p/ |
| D | protocol.c | 31 void p9stat_free(struct p9_wstat *stbuf) in p9stat_free() argument 33 kfree(stbuf->name); in p9stat_free() 34 stbuf->name = NULL; in p9stat_free() 35 kfree(stbuf->uid); in p9stat_free() 36 stbuf->uid = NULL; in p9stat_free() 37 kfree(stbuf->gid); in p9stat_free() 38 stbuf->gid = NULL; in p9stat_free() 39 kfree(stbuf->muid); in p9stat_free() 40 stbuf->muid = NULL; in p9stat_free() 41 kfree(stbuf->extension); in p9stat_free() [all …]
|
| /Linux-v5.4/tools/perf/util/ |
| D | zlib.c | 22 struct stat stbuf; in gzip_decompress_to_file() local 36 if (fstat(input_fd, &stbuf) < 0) in gzip_decompress_to_file() 39 ptr = mmap(NULL, stbuf.st_size, PROT_READ, MAP_PRIVATE, input_fd, 0); in gzip_decompress_to_file() 47 zs.avail_in = stbuf.st_size; in gzip_decompress_to_file() 76 munmap(ptr, stbuf.st_size); in gzip_decompress_to_file()
|
| D | symbol-minimal.c | 227 struct stat stbuf; in sysfs__read_build_id() local 235 if (fstat(fd, &stbuf) < 0) in sysfs__read_build_id() 238 buf_size = stbuf.st_size; in sysfs__read_build_id()
|
| D | s390-cpumsf.c | 1088 struct stat stbuf; in s390_cpumsf__config() local 1099 rc = stat(sf->logdir, &stbuf); in s390_cpumsf__config() 1100 if (rc == -1 || !S_ISDIR(stbuf.st_mode)) { in s390_cpumsf__config()
|
| /Linux-v5.4/fs/fuse/ |
| D | inode.c | 397 static void convert_fuse_statfs(struct kstatfs *stbuf, struct fuse_kstatfs *attr) in convert_fuse_statfs() argument 399 stbuf->f_type = FUSE_SUPER_MAGIC; in convert_fuse_statfs() 400 stbuf->f_bsize = attr->bsize; in convert_fuse_statfs() 401 stbuf->f_frsize = attr->frsize; in convert_fuse_statfs() 402 stbuf->f_blocks = attr->blocks; in convert_fuse_statfs() 403 stbuf->f_bfree = attr->bfree; in convert_fuse_statfs() 404 stbuf->f_bavail = attr->bavail; in convert_fuse_statfs() 405 stbuf->f_files = attr->files; in convert_fuse_statfs() 406 stbuf->f_ffree = attr->ffree; in convert_fuse_statfs() 407 stbuf->f_namelen = attr->namelen; in convert_fuse_statfs()
|
| /Linux-v5.4/tools/perf/pmu-events/ |
| D | jevents.c | 1073 struct stat stbuf; in main() local 1098 if (stat(ldirname, &stbuf) < 0) { in main()
|