Searched defs:export_operations (Results 1 – 1 of 1) sorted by relevance
/external/kernel-headers/original/linux/ |
D | fs.h | 1283 struct export_operations { struct 1284 struct dentry *(*decode_fh)(struct super_block *sb, __u32 *fh, int fh_len, int fh_type, 1287 int (*encode_fh)(struct dentry *de, __u32 *fh, int *max_len, 1291 int (*get_name)(struct dentry *parent, char *name, 1293 struct dentry * (*get_parent)(struct dentry *child); 1294 struct dentry * (*get_dentry)(struct super_block *sb, void *inump); 1297 struct dentry * (*find_exported_dentry)(
|