Home
last modified time | relevance | path

Searched refs:st_blksize (Results 1 - 25 of 169) sorted by relevance

1234567

/third_party/f2fs-tools/tools/
H A Dfibmap.c84 (unsigned long)st->st_blksize, in print_stat()
85 (long)st->st_blksize); in print_stat()
180 total_blks = (st.st_size + st.st_blksize - 1) / st.st_blksize;
212 ext.f_pos = (__u64)i * st.st_blksize;
/third_party/rust/crates/libc/src/fuchsia/
H A Daarch64.rs18 pub st_blksize: ::blksize_t,
40 pub st_blksize: ::blksize_t,
H A Dx86_64.rs18 pub st_blksize: ::blksize_t,
39 pub st_blksize: ::blksize_t,
/third_party/ltp/testcases/kernel/syscalls/lseek/
H A Dlseek11.c100 while (pos == 0 && offset < (st.st_blksize * 2)) { in get_blocksize()
117 while (shift && offset < (st.st_blksize * 2)) { in get_blocksize()
134 * alloc size we got bigger then st.st_blksize, we think it's not in get_blocksize()
137 if (block_size > st.st_blksize) { in get_blocksize()
/third_party/musl/src/stat/
H A Dfstatat.c52 .st_blksize = stx.stx_blksize, in fstatat_statx()
117 .st_blksize = kst.st_blksize, in fstatat_kstat()
/third_party/musl/porting/linux/user/src/stdio/
H A D__fdopen.c31 } else if (st.st_blksize == 0) { in __get_bufsize()
34 buf_size = st.st_blksize; in __get_bufsize()
/third_party/musl/src/stdio/
H A D__fdopen.c31 } else if (st.st_blksize == 0) { in __get_bufsize()
34 buf_size = st.st_blksize; in __get_bufsize()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
H A Dmod.rs34 pub st_blksize: ::blksize_t,
57 pub st_blksize: ::blksize_t,
/third_party/musl/arch/mips64/
H A Dkstat.h18 unsigned st_blksize; member
/third_party/musl/arch/powerpc64/
H A Dkstat.h10 blksize_t st_blksize; member
/third_party/musl/arch/powerpc64/bits/
H A Dstat.h10 blksize_t st_blksize; member
/third_party/musl/arch/s390x/
H A Dkstat.h16 blksize_t st_blksize; member
/third_party/musl/arch/s390x/bits/
H A Dstat.h13 blksize_t st_blksize; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dkstat.h12 blksize_t st_blksize; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dstat.h15 blksize_t st_blksize; member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dstat.h15 blksize_t st_blksize; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dkstat.h12 blksize_t st_blksize; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dstat.h15 blksize_t st_blksize; member
/third_party/musl/arch/aarch64/bits/
H A Dstat.h11 blksize_t st_blksize; member
/third_party/musl/arch/aarch64/
H A Dkstat.h11 blksize_t st_blksize; member
/third_party/musl/arch/i386/bits/
H A Dstat.h15 blksize_t st_blksize; member
/third_party/musl/arch/microblaze/bits/
H A Dstat.h14 blksize_t st_blksize; member
/third_party/musl/arch/mips/bits/
H A Dstat.h19 blksize_t st_blksize; member
/third_party/musl/arch/mipsn32/
H A Dkstat.h18 blksize_t st_blksize; member
/third_party/musl/arch/or1k/bits/
H A Dstat.h14 blksize_t st_blksize; member

Completed in 6 milliseconds

1234567