Searched refs:eops (Results 1 – 3 of 3) sorted by relevance
333 const struct export_operations *eops; in handle_to_path() local350 eops = ctx.root.mnt->mnt_sb->s_export_op; in handle_to_path()351 if (eops && eops->permission) in handle_to_path()352 retval = eops->permission(&ctx, o_flags); in handle_to_path()399 const struct export_operations *eops; in do_handle_open() local409 eops = path.mnt->mnt_sb->s_export_op; in do_handle_open()410 if (eops->open) in do_handle_open()411 file = eops->open(&path, open_flag); in do_handle_open()
1023 ctx->eops = &pidfs_export_operations; in pidfs_init_fs_context()
680 s->s_export_op = ctx->eops; in pseudo_fs_fill_super()
Completed in 12 milliseconds