Home
last modified time | relevance | path

Searched refs:statp (Results 1 - 2 of 2) sorted by relevance

/third_party/libfuse/lib/
H A Dfuse.c3461 static int fill_dir(void *dh_, const char *name, const struct stat *statp, in fill_dir() argument
3472 if (statp) in fill_dir()
3473 stbuf = *statp; in fill_dir()
3526 static int fill_dir_plus(void *dh_, const char *name, const struct stat *statp, in fill_dir_plus() argument
3542 if (statp && (flags & FUSE_FILL_DIR_PLUS)) { in fill_dir_plus()
3543 e.attr = *statp; in fill_dir_plus()
3554 if (statp) { in fill_dir_plus()
3555 e.attr.st_mode = statp->st_mode; in fill_dir_plus()
3557 e.attr.st_ino = statp->st_ino; in fill_dir_plus()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c2127 static int fill_dir(void *dh_, const char *name, const struct stat *statp, in fill_dir() argument
2134 if (statp) in fill_dir()
2135 stbuf = *statp; in fill_dir()

Completed in 12 milliseconds