Home
last modified time | relevance | path

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

/openbmc/linux/include/net/9p/
H A D9p.h446 #define P9_STATS_GEN 0x00001000ULL macro
/openbmc/linux/fs/9p/
H A Dvfs_inode_dotl.c152 st = p9_client_getattr_dotl(fid, P9_STATS_BASIC | P9_STATS_GEN); in v9fs_inode_from_fid_dotl()
692 if (stat->st_result_mask & P9_STATS_GEN) in v9fs_stat2inode_dotl()
/openbmc/qemu/hw/9pfs/
H A D9p.c1292 #define P9_STATS_GEN 0x00001000ULL macro
1613 if (request_mask & P9_STATS_GEN) { in v9fs_getattr()
1618 v9stat_dotl.st_result_mask |= P9_STATS_GEN; in v9fs_getattr()