OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntm_bps
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/ntfs/
ntfs.h
275
#define
ntm_bps
ntm_bootfile.bf_bps
macro
286
#define ntfs_cntob(cn) (off_t)((cn) * (ntmp)->ntm_spc * (ntmp)->
ntm_bps
)
287
#define ntfs_btocn(off) (cn_t)((off) / ((ntmp)->ntm_spc * (ntmp)->
ntm_bps
))
288
#define ntfs_btocl(off) (cn_t)((off + ntfs_cntob(1) - 1) / ((ntmp)->ntm_spc * (ntmp)->
ntm_bps
))
289
#define ntfs_btocnoff(off) (off_t)((off) % ((ntmp)->ntm_spc * (ntmp)->
ntm_bps
))
290
#define ntfs_bntob(bn) (daddr_t)((bn) * (ntmp)->
ntm_bps
)
292
#define ntfs_bpbl (daddr_t)((ntmp)->
ntm_bps
)
ntfs_vfsops.c
303
if (ntmp->
ntm_bps
== 0) {
356
ntmp->ntm_bpmftrec = (1 << (-cpr)) / ntmp->
ntm_bps
;
359
ntmp->
ntm_bps
, ntmp->ntm_spc, ntmp->ntm_bootfile.bf_media,
630
sbp->f_bsize = ntmp->
ntm_bps
;
632
sbp->f_iosize = ntmp->
ntm_bps
* ntmp->ntm_spc;
ntfs_subr.c
1675
if ((fhp->fh_fnum - 1) * ntmp->
ntm_bps
!= len) {
1680
if (fhp->fh_foff >= ntmp->ntm_spc * ntmp->ntm_mftrecsz * ntmp->
ntm_bps
) {
1685
cfxp = (u_int16_t *) (xbuf + ntmp->
ntm_bps
- 2);
1693
cfxp = (u_int16_t *)((char *)cfxp + ntmp->
ntm_bps
);
ntfs_vnops.c
193
vap->va_blocksize = ip->i_mp->ntm_spc * ip->i_mp->
ntm_bps
;
Completed in 28 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026