Home
last modified time | relevance | path

Searched refs:b_file (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/lib/libdtrace/common/
H A Dio.d.in89 getmajor(B->b_file->v_vfsp->vfs_dev);
91 getminor(B->b_file->v_vfsp->vfs_dev);
93 getminor(B->b_file->v_vfsp->vfs_dev) :
99 lltostr(B->b_dip == NULL ? getminor(B->b_file->v_vfsp->vfs_dev) :
121 fi_name = B->b_file == NULL ? "<none>" :
122 B->b_file->v_path == NULL ? "<unknown>" :
123 basename(cleanpath(B->b_file->v_path));
124 fi_dirname = B->b_file == NULL ? "<none>" :
125 B->b_file->v_path == NULL ? "<unknown>" :
126 dirname(cleanpath(B->b_file->v_path));
[all …]
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_extvnops.c168 bp->b_file = ip->i_vnode; in ufs_rdwr_data()
359 bp->b_file = ip->i_vnode; in ufs_alloc_data()
431 bp->b_file = ip->i_vnode; in ufs_alloc_data()
H A Dufs_directio.c276 bp->b_file = ip->i_vnode; in directio_start()
H A Dufs_vnops.c4967 bp->b_file = ip->i_vnode; in ufs_getpage_miss()
5070 bp->b_file = ip->i_vnode; in ufs_getpage_ra()
5498 bp->b_file = ip->i_vnode; in ufs_putapage()
6073 bp->b_file = ip->i_vnode; in ufs_pageio()
H A Dufs_subr.c1098 bp->b_file = ip->i_vnode; in ufs_fbiwrite()
H A Dlufs_log.c334 newbp->b_file = NULL; in push_dirty_bp()
/titanic_50/usr/src/uts/common/sys/
H A Dbuf.h128 struct vnode *b_file; /* file associated with this buffer */ member
/titanic_50/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c943 bufs[count].b_file = vp; in hsfs_getpage_ra()
1289 bufs[count].b_file = vp; in hsfs_getapage()
2196 fvp = fio->bp->b_file; in hsched_invoke_strategy()
2216 if (fvp && tio->bp->b_file != fvp) { in hsched_invoke_strategy()
2261 nbuf->b_file = fvp; in hsched_invoke_strategy()
/titanic_50/usr/src/uts/common/os/
H A Dvm_subr.c183 bp->b_file = NULL; in default_physio()
H A Dbio.c675 nbp->b_file = NULL; in getblk_common()
2050 bufp->b_file = bp->b_file; in bioclone()
H A Daio.c2459 reqp->aio_req_buf.b_file = vp; in aio_req_setup()
3356 reqp->aio_req_buf.b_file = vp; in aio_req_setupLF()
/titanic_50/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c2264 bp->b_file = vp; in udf_pageio()
2590 bp->b_file = ip->i_vnode; in ud_page_fill()
2897 bp->b_file = vp; in ud_putapage()
H A Dudf_bmap.c1280 bp->b_file = ip->i_vnode; in ud_zero_it()
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c1530 bp->b_file = vp; in pcfs_getapage()
1824 bp->b_file = vp; in pcfs_putapage()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c847 bp->b_file = vp; in nfs_rdwrlbn()
3882 bp->b_file = vp; in nfs_getapage()
4025 bp->b_file = vp; in nfs_readahead()
H A Dnfs3_vnops.c955 bp->b_file = vp; in nfs3_rdwrlbn()
4787 bp->b_file = vp; in nfs3_getapage()
4935 bp->b_file = vp; in nfs3_readahead()
H A Dnfs4_vnops.c3084 bp->b_file = vp; in nfs4_rdwrlbn()
10023 bp->b_file = vp; in nfs4_getapage()
10172 bp->b_file = vp; in nfs4_readahead()
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dst.c16317 cont_bp->b_file = bp->b_file; in st_get_bigblk_bp()