Searched refs:io_uring_restrict (Results 1 – 5 of 5) sorted by relevance
70 if (tsk->io_uring_restrict) { in __io_uring_free()71 io_put_bpf_filters(tsk->io_uring_restrict); in __io_uring_free()72 kfree(tsk->io_uring_restrict); in __io_uring_free()73 tsk->io_uring_restrict = NULL; in __io_uring_free()376 struct io_restriction *res, *src = tsk->io_uring_restrict; in __io_uring_fork()379 tsk->io_uring_restrict = NULL; in __io_uring_fork()385 tsk->io_uring_restrict = res; in __io_uring_fork()
201 if (current->io_uring_restrict) in io_register_restrictions_task()230 current->io_uring_restrict = res; in io_register_restrictions_task()251 res = current->io_uring_restrict; in io_register_bpf_filter_task()260 if (res != current->io_uring_restrict) in io_register_bpf_filter_task()264 if (!current->io_uring_restrict) in io_register_bpf_filter_task()265 current->io_uring_restrict = res; in io_register_bpf_filter_task()
2994 if (current->io_uring_restrict) in io_uring_create()2995 io_ctx_restriction_clone(ctx, current->io_uring_restrict); in io_uring_create()
29 if (tsk->io_uring || tsk->io_uring_restrict) in io_uring_free()34 if (tsk->io_uring_restrict) in io_uring_fork()
1189 struct io_restriction *io_uring_restrict; member