Searched defs:f_bsize (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstatfs.h48 long f_bsize; /* Block size */ member in struct:statfs
62 int32_t f_bsize; member in struct:statfs32
H A Dstatvfs.h54 unsigned long f_bsize; /* fundamental file system block size */ member in struct:statvfs
78 uint32_t f_bsize; /* fundamental file system block size */ member in struct:statvfs32
100 unsigned long f_bsize; /* preferred file system block size */ member in struct:statvfs64
129 uint32_t f_bsize; /* preferred file system block size */ member in struct:statvfs64_32
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_statfs.c36 u_long f_bsize; /* fundamental file system block size */ member in struct:statvfs
85 bsdbuf->f_bsize = (vbuf->f_frsize != 0) ?
86 (long) vbuf->f_frsize: (long) vbuf->f_bsize;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h114 long f_bsize; /* fundamental file system block size */ member in struct:statfs
/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h230 int f_bsize; /* fundamental file system block size */ member in struct:statfs
242 ulong_t f_bsize; /* fundamental file system block size */ member in struct:statfs
256 ulong_t f_bsize; /* fundamental file system block size */ member in struct:statfs64
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c76 int f_bsize, /* size to buffer I/O to */ member in struct:file_info
216 bufsize = stfs_buf.f_bsize;
323 In.f_bsize = Out.f_bsize = BLKSIZ;
778 In.f_bsize = Out.f_bsize = Blk_cnt * BLKSIZ;
779 In.f_bsize = (!Itape) ? Disk_cnt * In.f_bsize : In.f_bsize;
780 Out.f_bsize
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h74 uint64_t f_bsize; /* filesystem fragment size */ member in struct:statfs
103 long f_bsize; /* fundamental filesystem block size */ member in struct:ostatfs

Completed in 63 milliseconds