Home
last modified time | relevance | path

Searched refs:SYNC_REFCACHE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_vfs.h108 #define SYNC_REFCACHE 0x0040 /* prune some of the nfs ref cache */ macro
Dxfs_super.c489 #define SYNCD_FLAGS (SYNC_FSDATA|SYNC_BDFLUSH|SYNC_ATTR|SYNC_REFCACHE)
677 VFS_SYNC(vfsp, SYNC_REFCACHE|SYNC_WAIT, NULL, error); in freeze_bdev()
/linux-2.4.37.9/fs/xfs/
Dxfs_vfsops.c1530 if (flags & SYNC_REFCACHE) { in xfs_syncsub()