| /third_party/ntfs-3g/libfuse-lite/ |
| D | fuse_misc.h | 27 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument 28 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument 29 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument 30 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) argument 31 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument 34 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) argument 35 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) argument 36 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) argument 37 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) argument 38 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimespec.tv_nsec = (val) argument [all …]
|
| D | mount_util.c | 39 struct stat stbuf; in mtab_needs_update() local 270 struct stat stbuf; in mtab_needs_update() local
|
| D | fuse_lowlevel.c | 75 static void convert_stat(const struct stat *stbuf, struct fuse_attr *attr) in convert_stat() 102 static void convert_attr(const struct fuse_setattr_in *attr, struct stat *stbuf) in convert_attr() 237 char *fuse_add_dirent(char *buf, const char *name, const struct stat *stbuf, in fuse_add_dirent() 258 const char *name, const struct stat *stbuf, off_t off) in fuse_add_direntry() 269 static void convert_statfs(const struct statvfs *stbuf, in convert_statfs() 421 int fuse_reply_statfs(fuse_req_t req, const struct statvfs *stbuf) in fuse_reply_statfs() 528 struct stat stbuf; in do_setattr() local
|
| D | fusermount.c | 468 static int check_perm(const char **mntp, struct stat *stbuf, int *currdir_fd, in check_perm() 598 struct stat stbuf; in mount_fuse() local
|
| /third_party/libfuse/lib/ |
| D | fuse_misc.h | 30 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument 31 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument 32 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument 33 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) argument 34 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val) argument 35 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument 38 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) argument 39 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) argument 40 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) argument 41 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) argument [all …]
|
| /third_party/libfuse/example/ |
| D | null.c | 36 static int null_getattr(const char *path, struct stat *stbuf, in null_getattr() 119 struct stat stbuf; in main() local
|
| D | hello_ll.c | 35 static int hello_stat(fuse_ino_t ino, struct stat *stbuf) in hello_stat() 59 struct stat stbuf; in hello_ll_getattr() local 95 struct stat stbuf; in dirbuf_add() local
|
| D | notify_inval_entry.c | 124 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat() 179 struct stat stbuf; in tfs_getattr() local 197 struct stat stbuf; in dirbuf_add() local
|
| D | notify_inval_inode.c | 104 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat() 159 struct stat stbuf; in tfs_getattr() local 177 struct stat stbuf; in dirbuf_add() local
|
| D | hello_ll_uds.c | 45 static int hello_stat(fuse_ino_t ino, struct stat *stbuf) in hello_stat() 69 struct stat stbuf; in hello_ll_getattr() local 105 struct stat stbuf; in dirbuf_add() local
|
| D | notify_store_retrieve.c | 107 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat() 162 struct stat stbuf; in tfs_getattr() local 180 struct stat stbuf; in dirbuf_add() local
|
| D | hello.c | 63 static int hello_getattr(const char *path, struct stat *stbuf, in hello_getattr()
|
| D | ioctl.c | 84 static int fioc_getattr(const char *path, struct stat *stbuf, in fioc_getattr()
|
| D | poll.c | 64 static int fsel_getattr(const char *path, struct stat *stbuf, in fsel_getattr()
|
| /third_party/libfuse/test/ |
| D | test_setattr.c | 36 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat() 78 struct stat stbuf; in tfs_getattr() local
|
| D | test_write_cache.c | 69 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat() 111 struct stat stbuf; in tfs_getattr() local
|
| D | test_syscalls.c | 140 struct stat stbuf; in check_size() local 166 struct stat stbuf; in check_type() local 187 struct stat stbuf; in check_mode() local 206 struct stat stbuf; in check_times() local 263 struct stat stbuf; in check_nlink() local 274 struct stat stbuf; in fcheck_stat() local 299 struct stat stbuf; in check_nonexist() local
|
| D | release_unlink_race.c | 31 static int xmp_getattr(const char *path, struct stat *stbuf, in xmp_getattr()
|
| /third_party/ntfs-3g/src/ |
| D | lowntfs-3g.c | 418 struct stat stbuf; in ntfs_allowed_dir_access() local 654 struct stat *stbuf) in junction_getstat() 682 struct stat *stbuf) in wsl_getstat() 728 static void apply_umask(struct stat *stbuf) in apply_umask() 748 ntfs_inode *ni, struct stat *stbuf) in ntfs_fuse_getstat() 987 struct stat stbuf; in ntfs_fuse_getattr() local 1863 mode_t mode, struct stat *stbuf) in ntfs_fuse_chmod() 1902 uid_t uid, gid_t gid, struct stat *stbuf) in ntfs_fuse_chown() 1944 uid_t uid, gid_t gid, mode_t mode, struct stat *stbuf) in ntfs_fuse_chownmod() 1985 off_t size, BOOL chkwrite, struct stat *stbuf) in ntfs_fuse_trunc() [all …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
| D | md5hl.c | 87 struct stat stbuf; in MD5FileChunk() local
|
| /third_party/libexif/test/ |
| D | test-fuzzer-persistent.c | 114 struct stat stbuf; in main() local
|
| D | test-fuzzer.c | 112 struct stat stbuf; in test_parse() local
|
| D | test-parse-from-data.c | 91 struct stat stbuf; in test_parse() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_atom_image.c | 90 struct gl_buffer_object *stbuf = stObj->BufferObject; in st_convert_image() local
|
| /third_party/ltp/testcases/kernel/uevents/ |
| D | uevent03.c | 40 struct stat stbuf; in get_minor_major() local
|