Home
last modified time | relevance | path

Searched defs:stbuf (Results 1 – 25 of 51) sorted by relevance

123

/third_party/ntfs-3g/libfuse-lite/
Dfuse_misc.h27 #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 …]
Dmount_util.c39 struct stat stbuf; in mtab_needs_update() local
270 struct stat stbuf; in mtab_needs_update() local
Dfuse_lowlevel.c75 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
Dfusermount.c468 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/
Dfuse_misc.h30 #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/
Dnull.c36 static int null_getattr(const char *path, struct stat *stbuf, in null_getattr()
119 struct stat stbuf; in main() local
Dhello_ll.c35 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
Dnotify_inval_entry.c124 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
Dnotify_inval_inode.c104 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
Dhello_ll_uds.c45 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
Dnotify_store_retrieve.c107 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
Dhello.c63 static int hello_getattr(const char *path, struct stat *stbuf, in hello_getattr()
Dioctl.c84 static int fioc_getattr(const char *path, struct stat *stbuf, in fioc_getattr()
Dpoll.c64 static int fsel_getattr(const char *path, struct stat *stbuf, in fsel_getattr()
/third_party/libfuse/test/
Dtest_setattr.c36 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat()
78 struct stat stbuf; in tfs_getattr() local
Dtest_write_cache.c69 static int tfs_stat(fuse_ino_t ino, struct stat *stbuf) { in tfs_stat()
111 struct stat stbuf; in tfs_getattr() local
Dtest_syscalls.c140 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
Drelease_unlink_race.c31 static int xmp_getattr(const char *path, struct stat *stbuf, in xmp_getattr()
/third_party/ntfs-3g/src/
Dlowntfs-3g.c418 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/
Dmd5hl.c87 struct stat stbuf; in MD5FileChunk() local
/third_party/libexif/test/
Dtest-fuzzer-persistent.c114 struct stat stbuf; in main() local
Dtest-fuzzer.c112 struct stat stbuf; in test_parse() local
Dtest-parse-from-data.c91 struct stat stbuf; in test_parse() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_image.c90 struct gl_buffer_object *stbuf = stObj->BufferObject; in st_convert_image() local
/third_party/ltp/testcases/kernel/uevents/
Duevent03.c40 struct stat stbuf; in get_minor_major() local

123