Home
last modified time | relevance | path

Searched refs:FUSE_SET_ATTR_SIZE (Results 1 – 8 of 8) sorted by relevance

/third_party/ntfs-3g/include/fuse-lite/
Dfuse_lowlevel.h112 #define FUSE_SET_ATTR_SIZE (1 << 3) macro
/third_party/libfuse/include/
Dfuse_lowlevel.h155 #define FUSE_SET_ATTR_SIZE (1 << 3) macro
/third_party/libfuse/example/
Dpassthrough_ll.c246 if (valid & FUSE_SET_ATTR_SIZE) { in lo_setattr()
Dpassthrough_hp.cc256 if (valid & FUSE_SET_ATTR_SIZE) { in do_setattr()
/third_party/ntfs-3g/src/
Dlowntfs-3g.c2227 | FUSE_SET_ATTR_SIZE in ntfs_fuse_setattr()
2280 if (!res && (to_set & FUSE_SET_ATTR_SIZE)) { in ntfs_fuse_setattr()
/third_party/libfuse/lib/
Dfuse_lowlevel.c1193 FUSE_SET_ATTR_SIZE |
Dfuse.c2796 if (!err && (valid & FUSE_SET_ATTR_SIZE)) { in fuse_lib_setattr()
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c1444 if (!err && (valid & FUSE_SET_ATTR_SIZE)) { in fuse_lib_setattr()