EXPORT_DECODE_FH
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
export_decode_fh - default export_operations->decode_fh function
SYNOPSIS
"SYNOPSIS"
struct dentry * export_decode_fh (struct super_block * sb, __u32 * fh, int fh_len, int fileid_type, int (*acceptable)
void *context, struct dentry *de, void * context);
ARGUMENTS
- sb
-
The superblock
- fh
-
pointer to the file handle fragment
- fh_len
-
length of file handle fragment
- fileid_type
-
-- undescribed --
- acceptable
-
function for testing acceptability of dentrys
- context
-
context for acceptable
DESCRIPTION
This is the default decode_fh function.
a fileid_type of 1 indicates that the filehandlefragment
just contains an object identifier understood by get_dentry.
a fileid_type of 2 says that there is also a directory
identifier 8 bytes in to the filehandlefragement.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 05:30:33 GMT, October 06, 2005