Searched refs:P9_STATS_BASIC (Results 1 – 2 of 2) sorted by relevance
150 st = p9_client_getattr_dotl(fid, P9_STATS_BASIC | P9_STATS_GEN); in v9fs_inode_from_fid_dotl()627 if ((stat->st_result_mask & P9_STATS_BASIC) == P9_STATS_BASIC) { in v9fs_stat2inode_dotl()
449 #define P9_STATS_BASIC 0x000007ffULL /* Mask for fields up to BLOCKS */ macro