Home
last modified time | relevance | path

Searched refs:VN_CACHED (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/linux-2.6/
Dxfs_vnode.h88 #define VN_CACHED(vp) (vp->i_mapping->nrpages) macro
/fs/xfs/
Dxfs_dfrag.c167 if (VN_CACHED(VFS_I(tip)) != 0) { in xfs_swap_extents()
176 if (VN_CACHED(VFS_I(tip)) != 0) { in xfs_swap_extents()
Dxfs_vnodeops.c1099 ((ip->i_size > 0) || (VN_CACHED(VFS_I(ip)) > 0 || in xfs_release()
1169 ((ip->i_size > 0) || (VN_CACHED(VFS_I(ip)) > 0 || in xfs_inactive()
3084 if (VN_CACHED(VFS_I(ip)) != 0) { in xfs_free_file_space()
Dxfs_inode.c1415 ASSERT(VN_CACHED(VFS_I(ip)) == 0); in xfs_itruncate_start()