Searched defs:export_operations (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | exportfs.h | 193 struct export_operations { struct 194 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, 196 struct dentry * (*fh_to_dentry)(struct super_block *sb, struct fid *fid, 198 struct dentry * (*fh_to_parent)(struct super_block *sb, struct fid *fid, 200 int (*get_name)(struct dentry *parent, char *name, 202 struct dentry * (*get_parent)(struct dentry *child); 203 int (*commit_metadata)(struct inode *inode); 205 int (*get_uuid)(struct super_block *sb, u8 *buf, u32 *len, u64 *offset); 206 int (*map_blocks)(struct inode *inode, loff_t offset, 209 int (*commit_blocks)(struct inode *inode, struct iomap *iomaps,
|