Home
last modified time | relevance | path

Searched defs:export_operations (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dexportfs.h254 struct export_operations { struct
255 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len,
257 struct dentry * (*fh_to_dentry)(struct super_block *sb, struct fid *fid,
259 struct dentry * (*fh_to_parent)(struct super_block *sb, struct fid *fid,
261 int (*get_name)(struct dentry *parent, char *name,
263 struct dentry * (*get_parent)(struct dentry *child);
264 int (*commit_metadata)(struct inode *inode);
266 int (*get_uuid)(struct super_block *sb, u8 *buf, u32 *len, u64 *offset);
267 int (*map_blocks)(struct inode *inode, loff_t offset,
292 static inline bool exportfs_can_encode_fid(const struct export_operations *nop) in exportfs_can_encode_fid() argument