Searched refs:FATTR_SIZE (Results 1 – 2 of 2) sorted by relevance
131 #define FATTR_SIZE (1 << 3) macro
591 if ((req->valid & FATTR_SIZE) && truncate(path, req->size) < 0) { in handle_setattr()