Home
last modified time | relevance | path

Searched refs:S_BLKSIZE (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/fs/autofs/
H A Dautofs_vnops.c113 vap->va_size = S_BLKSIZE; in autofs_getattr()
114 vap->va_blocksize = S_BLKSIZE; in autofs_getattr()
122 vap->va_bytes = S_BLKSIZE; in autofs_getattr()
H A Dautofs_vfsops.c196 sbp->f_bsize = S_BLKSIZE; in autofs_statfs()
/freebsd/sys/sys/
H A Dstat.h302 #define S_BLKSIZE 512 /* block size used in the stat struct */
301 #define S_BLKSIZE global() macro
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c142 #ifdef S_BLKSIZE in block_convert()
143 return blocks * S_BLKSIZE / 1024; in block_convert()
/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c683 sbp->f_bsize = S_BLKSIZE; in fuse_vfsop_statfs()
H A Dfuse_internal.c348 vp_cache_at->va_bytes = attr->blocks * S_BLKSIZE; in fuse_internal_cache_attrs()
/freebsd/usr.sbin/diskinfo/
H A Ddiskinfo.c168 sectorsize = S_BLKSIZE; in main()
/freebsd/sys/kern/
H A Dvfs_default.c1589 sb->st_blocks = vap->va_bytes / S_BLKSIZE; in vop_stdstat()
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c551 sb->st_blocks = dbtob((uint64_t)ip->i_din1->di_blocks) / S_BLKSIZE; in ufs_stat()
562 sb->st_blocks = dbtob((uint64_t)ip->i_din2->di_blocks) / S_BLKSIZE; in ufs_stat()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vnops.c494 sb->st_blocks /= S_BLKSIZE; in tmpfs_stat()