Lines Matching refs:dom
313 const struct landlock_ruleset *const dom = in current_check_access_path() local
316 if (!dom) in current_check_access_path()
318 return check_access_path(dom, path, access_request); in current_check_access_path()
551 const struct landlock_ruleset *const dom = in hook_path_link() local
554 if (!dom) in hook_path_link()
562 return check_access_path(dom, new_dir, in hook_path_link()
579 const struct landlock_ruleset *const dom = in hook_path_rename() local
582 if (!dom) in hook_path_rename()
591 return check_access_path(dom, old_dir, maybe_remove(old_dentry) | in hook_path_rename()
606 const struct landlock_ruleset *const dom = in hook_path_mknod() local
609 if (!dom) in hook_path_mknod()
611 return check_access_path(dom, dir, get_mode_access(mode)); in hook_path_mknod()
654 const struct landlock_ruleset *const dom = in hook_file_open() local
657 if (!dom) in hook_file_open()
664 return check_access_path(dom, &file->f_path, get_file_access(file)); in hook_file_open()