Home
last modified time | relevance | path

Searched refs:P9_STATS_BASIC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/9p/
H A D9p.h449 #define P9_STATS_BASIC 0x000007ffULL /* Mask for fields up to BLOCKS */ 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()
644 if ((stat->st_result_mask & P9_STATS_BASIC) == P9_STATS_BASIC) { in v9fs_stat2inode_dotl()
H A Dvfs_super.c158 st = p9_client_getattr_dotl(fid, P9_STATS_BASIC); in v9fs_mount()
/openbmc/qemu/hw/9pfs/
H A D9p.c1295 #define P9_STATS_BASIC 0x000007ffULL /* Mask for fields up to BLOCKS */ macro
1359 v9lstat->st_result_mask = P9_STATS_BASIC; in stat_to_v9stat_dotl()