Searched defs:export_operations (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/ |
A D | exportfs.h | 198 struct export_operations { struct 199 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, 201 struct dentry * (*fh_to_dentry)(struct super_block *sb, struct fid *fid, 203 struct dentry * (*fh_to_parent)(struct super_block *sb, struct fid *fid, 205 int (*get_name)(struct dentry *parent, char *name, 207 struct dentry * (*get_parent)(struct dentry *child); 208 int (*commit_metadata)(struct inode *inode); 211 int (*map_blocks)(struct inode *inode, loff_t offset, 214 int (*commit_blocks)(struct inode *inode, struct iomap *iomaps, 216 u64 (*fetch_iversion)(struct inode *); [all …]
|
Completed in 3 milliseconds