VXFS_BLKIGET
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
vxfs_blkiget - find inode based on extent #
SYNOPSIS
"SYNOPSIS"
struct vxfs_inode_info * vxfs_blkiget (struct super_block * sbp, u_long extent, ino_t ino);
ARGUMENTS
- sbp
-
superblock of the filesystem we search in
- extent
-
number of the extent to search
- ino
-
inode number to search
DESCRIPTION
vxfs_blkiget searches inode ino in the filesystem described by
sbp in the extent extent.
Returns the matching VxFS inode on success, else a NULL pointer.
NOTE
While __vxfs_iget uses the pagecache vxfs_blkiget uses the
buffercache. This function should not be used outside the
read_super method, otherwise the data may be incoherent.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- NOTE
-
This document was created by
man2html,
using the manual pages.
Time: 06:21:16 GMT, October 06, 2005