Home
last modified time | relevance | path

Searched refs:ffs_update (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/ufs/ffs/
HDffs_inode.c79 ffs_update(vp, waitfor) in ffs_update() function
268 if ((error = ffs_update(vp, !DOINGASYNC(vp))))
294 return (ffs_update(vp, !DOINGASYNC(vp)));
300 return (ffs_update(vp, 0));
332 return (ffs_update(vp, !DOINGASYNC(vp)));
357 error = ffs_update(vp, 0);
439 allerror = ffs_update(vp, !DOINGASYNC(vp));
571 return (ffs_update(vp, !DOINGASYNC(vp)));
HDffs_vnops.c317 return (ffs_update(vp, 0)); in ffs_syncvnode()
336 ffs_update(vp, 1); in ffs_syncvnode()
351 error = ffs_update(vp, 1); in ffs_syncvnode()
846 error = ffs_update(vp, 1);
1126 error = ffs_update(vp, 1); in ffs_extwrite()
HDffs_extern.h99 int ffs_update(struct vnode *, int);
HDffs_alloc.c712 ffs_update(vp, 1);
959 ffs_update(vp, 1);
2831 error = ffs_update(vp, 1); in sysctl_ffs_fsck()
2850 error = ffs_update(vp, 1); in sysctl_ffs_fsck()
3066 error = ffs_update(vp, 1); in sysctl_ffs_fsck()
HDffs_vfsops.c890 ump->um_update = ffs_update;
1461 error = ffs_update(vp, 0);
HDffs_softdep.c1712 ffs_update(vp, 1);
2819 ffs_update(vp, 1);
6716 ffs_update(vp, 0);
7987 ffs_update(vp, 1);
9828 ffs_update(vp, 0);
12321 if ((error = ffs_update(pvp, 1)) != 0) {
12859 error = ffs_update(vp, 1);
12898 if ((error = ffs_update(pvp, 1)) != 0)
12952 error = ffs_update(vp, 1);
13009 error = ffs_update(vp, 1);
[all …]