Home
last modified time | relevance | path

Searched refs:FUSE_SET_ATTR_UID (Results 1 – 3 of 3) sorted by relevance

/external/libfuse/include/
Dfuse_lowlevel.h132 #define FUSE_SET_ATTR_UID (1 << 1) macro
/external/libfuse/lib/
Dfuse.c2842 if (!err && (valid & (FUSE_SET_ATTR_UID | FUSE_SET_ATTR_GID))) { in fuse_lib_setattr()
2843 uid_t uid = (valid & FUSE_SET_ATTR_UID) ? in fuse_lib_setattr()
Dfuse_lowlevel.c1251 FUSE_SET_ATTR_UID | in do_setattr()