Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/scripts/clang-tools/
Dgen_compile_commands.py166 def process_line(root_directory, command_prefix, file_path): argument
/Linux-v5.15/tools/testing/selftests/vm/
Dksm_tests.c40 static int ksm_write_sysfs(const char *file_path, unsigned long val) in ksm_write_sysfs()
58 static int ksm_read_sysfs(const char *file_path, unsigned long *val) in ksm_read_sysfs()
/Linux-v5.15/mm/
Dhuge_memory.c3003 static int split_huge_pages_in_file(const char *file_path, pgoff_t off_start, in split_huge_pages_in_file()
3089 char file_path[MAX_INPUT_BUF_SZ]; in split_huge_pages_write() local
/Linux-v5.15/drivers/firmware/efi/libstub/
Defistub.h452 void *file_path; member
467 u32 file_path; member
/Linux-v5.15/fs/
Dopen.c930 char *file_path(struct file *filp, char *buf, int buflen) in file_path() function