Home
last modified time | relevance | path

Searched refs:get_path_from_fd (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/security/landlock/
Dsyscalls.c277 static int get_path_from_fd(const s32 fd, struct path *const path) in get_path_from_fd() function
337 err = get_path_from_fd(path_beneath_attr.parent_fd, &path); in add_rule_path_beneath()
/linux-6.12.1/fs/
Dfhandle.c133 static int get_path_from_fd(int fd, struct path *root) in get_path_from_fd() function
292 retval = get_path_from_fd(mountdirfd, &ctx.root); in handle_to_path()