Searched refs:chfs_update_eb_dirty (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/ufs/chfs/ |
| D | chfs_scan.c | 118 err = chfs_update_eb_dirty(chmp, in chfs_scan_check_vnode() 152 err = chfs_update_eb_dirty(chmp, cheb, in chfs_scan_check_vnode() 290 err = chfs_update_eb_dirty(chmp, cheb, le32toh(dirent->length)); in chfs_scan_check_dirent_node() 318 err = chfs_update_eb_dirty(chmp, cheb, le32toh(dirent->length)); in chfs_scan_check_dirent_node() 364 err = chfs_update_eb_dirty(chmp, cheb, le32toh(dnode->length)); in chfs_scan_check_data_node() 472 chfs_update_eb_dirty(chmp, cheb, read_free); in chfs_scan_eraseblock() 481 err = chfs_update_eb_dirty(chmp, cheb, 4); in chfs_scan_eraseblock() 574 err = chfs_update_eb_dirty(chmp, cheb, in chfs_scan_eraseblock() 582 err = chfs_update_eb_dirty(chmp, cheb, in chfs_scan_eraseblock()
|
| D | chfs_nodeops.c | 44 chfs_update_eb_dirty(struct chfs_mount *chmp, in chfs_update_eb_dirty() function 440 chfs_update_eb_dirty(chmp, cheb, cheb->free_size); in chfs_close_eraseblock()
|
| D | chfs.h | 484 int chfs_update_eb_dirty(struct chfs_mount *,
|