Home
last modified time | relevance | path

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

/linux-6.14.4/security/landlock/
Dsyscalls.c282 static int get_path_from_fd(const s32 fd, struct path *const path) in get_path_from_fd() function
335 err = get_path_from_fd(path_beneath_attr.parent_fd, &path); in add_rule_path_beneath()
/linux-6.14.4/fs/
Dfhandle.c171 static int get_path_from_fd(int fd, struct path *root) in get_path_from_fd() function
330 retval = get_path_from_fd(mountdirfd, &ctx.root); in handle_to_path()