Searched refs:vfs_busy_pages (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clbio.c | 516 vfs_busy_pages(rabp, 0); in ncl_bioread() 554 vfs_busy_pages(bp, 0); in ncl_bioread() 585 vfs_busy_pages(bp, 0); in ncl_bioread() 617 vfs_busy_pages(bp, 0); in ncl_bioread() 654 vfs_busy_pages(bp, 0); in ncl_bioread() 699 vfs_busy_pages(rabp, 0); in ncl_bioread() 1117 vfs_busy_pages(bp, 0); in ncl_write()
|
H A D | nfs_clvnops.c | 3013 vfs_busy_pages(bp, 0); in ncl_flush()
|
/freebsd/sys/kern/ |
H A D | vfs_cluster.c | 240 vfs_busy_pages(bp, 0); in cluster_read() 300 vfs_busy_pages(rbp, 0); in cluster_read()
|
H A D | vfs_bio.c | 2208 vfs_busy_pages(rabp, 0); in breada() 2282 vfs_busy_pages(bp, 0); in breadn_flags() 2360 vfs_busy_pages(bp, 1); in bufwrite() 4794 vfs_busy_pages(struct buf *bp, int clear_modify) in vfs_busy_pages() function
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_bmap.c | 174 vfs_busy_pages(bp, 0); in readindir()
|
H A D | ext2_inode.c | 158 vfs_busy_pages(bp, 0); in ext2_indirtrunc()
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_bmap.c | 119 vfs_busy_pages(bp, 0); in readindir()
|
/freebsd/sys/sys/ |
H A D | buf.h | 601 void vfs_busy_pages(struct buf *, int clear_modify);
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_io.c | 594 vfs_busy_pages(bp, 0); in fuse_write_biobackend()
|