Searched defs:export_operations (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/ |
H A D | exportfs.h | 260 struct export_operations { struct 261 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, 263 struct dentry * (*fh_to_dentry)(struct super_block *sb, struct fid *fid, 265 struct dentry * (*fh_to_parent)(struct super_block *sb, struct fid *fid, 267 int (*get_name)(struct dentry *parent, char *name, 269 struct dentry * (*get_parent)(struct dentry *child); 270 int (*commit_metadata)(struct inode *inode); 272 int (*get_uuid)(struct super_block *sb, u8 *buf, u32 *len, u64 *offset); 273 int (*map_blocks)(struct inode *inode, loff_t offset, 299 exportfs_cannot_lock(const struct export_operations *export_ops) in exportfs_cannot_lock() argument
|