Home
last modified time | relevance | path

Searched refs:eops (Results 1 – 3 of 3) sorted by relevance

/fs/
A Dfhandle.c333 const struct export_operations *eops; in handle_to_path() local
350 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() local
409 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()
A Dpidfs.c1023 ctx->eops = &pidfs_export_operations; in pidfs_init_fs_context()
A Dlibfs.c680 s->s_export_op = ctx->eops; in pseudo_fs_fill_super()

Completed in 12 milliseconds