Searched refs:ffs_update (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_inode.c | 94 ffs_update(struct vnode *vp, int waitfor) in ffs_update() function 322 if ((error = ffs_update(vp, waitforupdate))) in ffs_truncate() 346 return (ffs_update(vp, waitforupdate)); in ffs_truncate() 352 return (ffs_update(vp, 0)); in ffs_truncate() 379 return (ffs_update(vp, waitforupdate)); in ffs_truncate() 445 error = ffs_update(vp, 0); in ffs_truncate() 540 allerror = ffs_update(vp, waitforupdate); in ffs_truncate() 686 return (ffs_update(vp, waitforupdate)); in ffs_truncate()
|
H A D | ffs_vnops.c | 405 error = ffs_update(vp, 0); in ffs_syncvnode() 445 ffs_update(vp, 1); in ffs_syncvnode() 458 error = ffs_update(vp, 1); in ffs_syncvnode() 462 error = ffs_update(vp, 1); in ffs_syncvnode() 1050 error = ffs_update(vp, 1); in ffs_write() 1299 error = ffs_update(vp, 1); in ffs_extwrite()
|
H A D | ffs_extern.h | 111 int ffs_update(struct vnode *, int);
|
H A D | ffs_alloc.c | 765 ffs_update(vp, 1); in ffs_reallocblks_ufs1() 1031 ffs_update(vp, 1); in ffs_reallocblks_ufs2() 3354 error = ffs_update(vp, 1); in sysctl_ffs_fsck() 3373 error = ffs_update(vp, 1); in sysctl_ffs_fsck() 3395 error = ffs_update(vp, 1); in sysctl_ffs_fsck() 3412 error = ffs_update(vp, 1); in sysctl_ffs_fsck()
|
H A D | ffs_vfsops.c | 1004 ump->um_update = ffs_update; in ffs_mountfs() 1522 error = ffs_update(vp, 0); in ffs_sync_lazy()
|
H A D | ffs_softdep.c | 1851 ffs_update(vp, 1); in process_truncates() 2963 ffs_update(vp, 1); in journal_mount() 6897 * have been truncated. This is a partially inlined ffs_update(). in softdep_journal_freeblocks() 6994 ffs_update(vp, 0); in softdep_journal_freeblocks() 8259 ffs_update(vp, 1); in handle_complete_freeblocks() 10130 ffs_update(vp, 0); in handle_workitem_remove() 12750 * doing a ffs_update. Pagedeps contained in indirect blocks in softdep_fsync() 12752 * try the cheap and fast ffs_update first, and if that fails, in softdep_fsync() 12758 if ((error = ffs_update(pvp, 1)) != 0) { in softdep_fsync() 13301 error = ffs_update(v in flush_newblk_dep() [all...] |