EXPORT_ENCODE_FH

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

export_encode_fh - default export_operations->encode_fh function  

SYNOPSIS

"SYNOPSIS"

int export_encode_fh (struct dentry * dentry, __u32 * fh, int * max_len, int connectable);  

ARGUMENTS

dentry
the dentry to encode
fh
where to store the file handle fragment
max_len
maximum length to store there
connectable
whether to store parent information
 

DESCRIPTION

This default encode_fh function assumes that the 32 inode number is suitable for locating an inode, and that the generation number can be used to check that it is still valid. It places them in the filehandle fragment where export_decode_fh expects to find them.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:30:33 GMT, October 06, 2005