Searched refs:FUSE_SET_ATTR_UID (Results 1 – 3 of 3) sorted by relevance
132 #define FUSE_SET_ATTR_UID (1 << 1) macro
2842 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()
1251 FUSE_SET_ATTR_UID | in do_setattr()