Searched defs:export_operations (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| 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); 210 int (*get_uuid)(struct super_block *sb, u8 *buf, u32 *len, u64 *offset); 211 int (*map_blocks)(struct inode *inode, loff_t offset, 214 int (*commit_blocks)(struct inode *inode, struct iomap *iomaps,
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | exportfs.h | 201 struct export_operations { struct 202 int (*encode_fh)(struct inode *inode, __u32 *fh, int *max_len, 204 struct dentry * (*fh_to_dentry)(struct super_block *sb, struct fid *fid, 206 struct dentry * (*fh_to_parent)(struct super_block *sb, struct fid *fid, 208 int (*get_name)(struct dentry *parent, char *name, 210 struct dentry * (*get_parent)(struct dentry *child); 211 int (*commit_metadata)(struct inode *inode); 213 int (*get_uuid)(struct super_block *sb, u8 *buf, u32 *len, u64 *offset); 214 int (*map_blocks)(struct inode *inode, loff_t offset, 217 int (*commit_blocks)(struct inode *inode, struct iomap *iomaps, [all …]
|