Searched refs:ffs_update (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/ufs/ffs/ |
| HD | ffs_inode.c | 79 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)));
|
| HD | ffs_vnops.c | 317 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()
|
| HD | ffs_extern.h | 99 int ffs_update(struct vnode *, int);
|
| HD | ffs_alloc.c | 712 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()
|
| HD | ffs_vfsops.c | 890 ump->um_update = ffs_update; 1461 error = ffs_update(vp, 0);
|
| HD | ffs_softdep.c | 1712 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 …]
|