Lines Matching refs:fid
384 v9fs_uint32_write(req, opt.fid); in v9fs_tattach()
448 v9fs_uint32_write(req, opt.fid); in v9fs_twalk()
507 v9fs_uint32_write(req, opt.fid); in v9fs_tgetattr()
576 v9fs_uint32_write(req, opt.fid); in v9fs_tsetattr()
621 v9fs_uint32_write(req, opt.fid); in v9fs_treaddir()
711 v9fs_uint32_write(req, opt.fid); in v9fs_tlopen()
757 v9fs_uint32_write(req, opt.fid); in v9fs_twrite()
891 g_assert(!opt.atPath || !opt.fid); in v9fs_tlcreate()
896 opt.fid = v9fs_twalk((TWalkOpt) { .client = opt.client, in v9fs_tlcreate()
911 v9fs_uint32_write(req, opt.fid); in v9fs_tlcreate()
955 g_assert(!opt.atPath || !opt.fid); in v9fs_tsymlink()
960 opt.fid = v9fs_twalk((TWalkOpt) { .client = opt.client, in v9fs_tsymlink()
972 v9fs_uint32_write(req, opt.fid); in v9fs_tsymlink()
1014 g_assert(!opt.toPath || !opt.fid); in v9fs_tlink()
1021 opt.fid = v9fs_twalk((TWalkOpt) { .client = opt.client, in v9fs_tlink()
1033 v9fs_uint32_write(req, opt.fid); in v9fs_tlink()