Home
last modified time | relevance | path

Searched refs:fdc (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c1413 struct fd_cache *fdc; in do_read() local
1472 fdc = alloc_fdcache(file, oflags); in do_read()
1474 if ((rval = alloc_mem(nbytes + wtob(1) * 2 + fdc->c_memalign)) < 0) { in do_read()
1484 if ((oflags & O_DIRECT) && ((long)addr % fdc->c_memalign != 0)) { in do_read()
1486 fdc->c_memalign - ((long)addr % fdc->c_memalign); in do_read()
1611 struct fd_cache *fdc; in do_write() local
1702 fdc = alloc_fdcache(file, oflags); in do_write()
1704 if ((rval = alloc_mem(nbytes + wtob(1) * 2 + fdc->c_memalign)) < 0) { in do_write()
1714 if ((oflags & O_DIRECT) && ((long)addr % fdc in do_write()
2893 struct fd_cache *fdc; sy_mmrw() local
2955 struct fd_cache *fdc; fmt_mmrw() local
3072 struct fd_cache *fdc; do_rw() local
3743 struct fd_cache *fdc; check_file() local
4260 struct fd_cache *fdc; alloc_fd() local
[all...]
/third_party/libabigail/src/
H A Dabg-reporter-priv.cc753 unsigned fdc = first_array ? first_array->get_dimension_count(): 0, in report_size_and_alignment_changes() local
758 if (fs != ss || fdc != sdc) in report_size_and_alignment_changes()
776 if (sdc != fdc) in report_size_and_alignment_changes()
780 << fdc in report_size_and_alignment_changes()
820 } // end if (fs != ss || fdc != sdc) in report_size_and_alignment_changes()

Completed in 6 milliseconds