Home
last modified time | relevance | path

Searched refs:VFS_VGET (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_vfs.h164 #define VFS_VGET(v, vpp,fidp, rv) ((rv) = vfs_vget(VHEAD(v), vpp,fidp)) macro
Dxfs_super.c801 VFS_VGET(vfsp, &vp, (fid_t *)&xfid, error); in linvfs_fh_to_dentry()