Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_refcache.c226 VOP_RELEASE(vp, error); in xfs_refcache_purge_ip()
265 VOP_RELEASE(vp, error); in xfs_refcache_purge_mp()
330 VOP_RELEASE(XFS_ITOV(iplist[i]), error); in xfs_refcache_purge_some()
399 VOP_RELEASE(XFS_ITOV(iplist[i]), error); in xfs_refcache_resize()
426 VOP_RELEASE(XFS_ITOV(release_ip), error); in xfs_refcache_iunlock()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_file.c201 VOP_RELEASE(vp, error); in linvfs_release()
Dxfs_vnode.h327 #define VOP_RELEASE(vp, rv) \ macro