Home
last modified time | relevance | path

Searched refs:LFS_SET_UINO (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/ufs/lfs/
Dlfs_itimes.c89 LFS_SET_UINO(ip, IN_ACCESSED); in lfs_itimes()
113 LFS_SET_UINO(ip, IN_MODIFIED); in lfs_itimes()
115 LFS_SET_UINO(ip, IN_ACCESSED); in lfs_itimes()
Dlfs_bio.c465 LFS_SET_UINO(ip, IN_CLEANING); in lfs_bwrite_ext()
467 LFS_SET_UINO(ip, IN_MODIFIED); in lfs_bwrite_ext()
Dlfs_segment.c211 LFS_SET_UINO(ip, IN_MODIFIED); in lfs_vflush()
402 LFS_SET_UINO(ip, IN_MODIFIED); in lfs_vflush()
562 LFS_SET_UINO(ip, IN_MODIFIED); in lfs_writevnodes()
576 LFS_SET_UINO(ip, IN_MODIFIED); in lfs_writevnodes()
1735 LFS_SET_UINO(VTOI(vp), IN_MODIFIED);
2649 LFS_SET_UINO(ip, IN_CLEANING);
2651 LFS_SET_UINO(ip, IN_MODIFIED);
Dlfs_rfw.c124 LFS_SET_UINO(ip, IN_CHANGE | IN_UPDATE); in lfs_rf_valloc()
361 LFS_SET_UINO(ip, IN_CHANGE | IN_UPDATE); in update_inoblk()
Dlfs_vnops.c460 LFS_SET_UINO(ip, IN_MODIFIED); in lfs_fsync()
1654 LFS_SET_UINO(ip, IN_MODIFIED); in lfs_flush_dirops()
1682 LFS_SET_UINO(ip, IN_MODIFIED); in lfs_flush_dirops()
1789 LFS_SET_UINO(ip, IN_MODIFIED); in lfs_flush_pchain()
Dlfs_pages.c131 LFS_SET_UINO(VTOI(ap->a_vp), IN_MODIFIED); in lfs_getpages()
Dlfs_syscalls.c360 LFS_SET_UINO(ip, IN_CLEANING); in lfs_markv()
Dlfs_accessors.h628 #define LFS_SET_UINO(ip, states) do { \ macro
Dlfs_vfsops.c1807 LFS_SET_UINO(ip, IN_CHANGE); in lfs_newvnode()