Home
last modified time | relevance | path

Searched refs:fsbuf (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_context.c71 struct pipe_resource **fsbuf = &r->fs_const_buffer; in xa_context_destroy() local
76 if (*fsbuf) in xa_context_destroy()
77 pipe_resource_reference(fsbuf, NULL); in xa_context_destroy()
/third_party/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c373 struct statfs fsbuf; in main() local
1366 if (statfs(auto_dir, &fsbuf) == -1) { in main()
1374 fs_limit = MIN(fsbuf.f_bsize * fsbuf.f_bavail / num_files, fs_limit); in main()