Home
last modified time | relevance | path

Searched refs:fuse_setattr_in (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/include/fuse-lite/
Dfuse_kernel.h245 struct fuse_setattr_in { struct
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c102 static void convert_attr(const struct fuse_setattr_in *attr, struct stat *stbuf) in convert_attr()
523 const struct fuse_setattr_in *arg = (const struct fuse_setattr_in *) inarg; in do_setattr()