Searched defs:l9p_f_tsetattr (Results 1 – 1 of 1) sorted by relevance
471 struct l9p_f_tsetattr { struct472 struct l9p_hdr hdr;473 uint32_t valid;474 uint32_t mode;475 uint32_t uid;476 uint32_t gid;477 uint64_t size;478 uint64_t atime_sec; /* if valid & L9PL_SETATTR_ATIME_SET */479 uint64_t atime_nsec; /* (else use on-server time) */480 uint64_t mtime_sec; /* if valid & L9PL_SETATTR_MTIME_SET */[all …]