Home
last modified time | relevance | path

Searched defs:p9_wstat (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/include/net/9p/
D9p.h399 struct p9_wstat { struct
400 u16 size;
401 u16 type;
402 u32 dev;
403 struct p9_qid qid;
404 u32 mode;
405 u32 atime;
406 u32 mtime;
407 u64 length;
408 const char *name;
[all …]
/kernel/linux/linux-5.10/include/net/9p/
D9p.h384 struct p9_wstat { struct
385 u16 size;
386 u16 type;
387 u32 dev;
388 struct p9_qid qid;
389 u32 mode;
390 u32 atime;
391 u32 mtime;
392 u64 length;
393 const char *name;
[all …]