Home
last modified time | relevance | path

Searched defs:fname (Results 1 – 25 of 131) sorted by relevance

123456

/kernel/linux/linux-5.10/fs/ext4/
Ddir.c387 struct fname { struct
391 struct fname *next; argument
404 struct fname *fname, *next; in free_rb_tree_fname() argument
449 struct fname *fname, *new_fn; in ext4_htree_store_dirent() local
506 struct fname *fname) in call_filldir()
536 struct fname *fname; in ext4_dx_readdir() local
Dnamei.c756 dx_probe(struct ext4_filename *fname, struct inode *dir, in dx_probe()
1211 struct ext4_filename *fname, in search_dirblock()
1369 const struct ext4_filename *fname, in ext4_match()
1405 struct inode *dir, struct ext4_filename *fname, in ext4_search_dir()
1466 struct ext4_filename *fname, in __ext4_find_entry()
1616 struct ext4_filename fname; in ext4_find_entry() local
1636 struct ext4_filename fname; in ext4_lookup_entry() local
1652 struct ext4_filename *fname, in ext4_dx_find_entry()
1968 struct ext4_filename *fname, in ext4_find_dest_de()
2002 struct ext4_filename *fname) in ext4_insert_dentry()
[all …]
/kernel/linux/linux-5.10/include/asm-generic/
Dkprobes.h11 # define __NOKPROBE_SYMBOL(fname) \ argument
15 # define NOKPROBE_SYMBOL(fname) __NOKPROBE_SYMBOL(fname) argument
20 # define NOKPROBE_SYMBOL(fname) argument
Derror-injection.h26 #define ALLOW_ERROR_INJECTION(fname, _etype) \ argument
36 #define ALLOW_ERROR_INJECTION(fname, _etype) argument
/kernel/linux/linux-5.10/fs/f2fs/
Ddir.c75 struct f2fs_filename *fname) in f2fs_init_casefolded_name()
104 struct f2fs_filename *fname) in __f2fs_setup_filename()
136 int lookup, struct f2fs_filename *fname) in f2fs_setup_filename()
155 struct f2fs_filename *fname) in f2fs_prepare_lookup()
167 void f2fs_free_filename(struct f2fs_filename *fname) in f2fs_free_filename()
193 const struct f2fs_filename *fname, in find_in_block()
233 const struct f2fs_filename *fname, in f2fs_match_name()
254 const struct f2fs_filename *fname, int *max_slots) in f2fs_find_target_dentry()
297 const struct f2fs_filename *fname, in find_in_level()
348 const struct f2fs_filename *fname, in __f2fs_find_entry()
[all …]
Dinline.c320 const struct f2fs_filename *fname, in f2fs_find_in_inline_dir()
455 struct f2fs_filename fname; in f2fs_add_inline_entries() local
560 struct f2fs_filename fname; in f2fs_try_convert_inline_dir() local
596 int f2fs_add_inline_entry(struct inode *dir, const struct f2fs_filename *fname, in f2fs_add_inline_entry()
/kernel/linux/linux-5.10/scripts/dtc/
Dsrcpos.c47 static void set_initial_path(char *fname) in set_initial_path()
58 static char *shorten_to_initial_path(char *fname) in shorten_to_initial_path()
100 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open()
127 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path()
146 FILE *srcfile_relative_open(const char *fname, char **fullnamep) in srcfile_relative_open()
172 void srcfile_push(const char *fname) in srcfile_push()
289 const char *fname = "<no-file>"; in srcpos_string() local
314 char *pos_str, *fname, *first, *rest; in srcpos_string_comment() local
Ddtc.c114 static const char *guess_type_by_name(const char *fname, const char *fallback) in guess_type_by_name()
130 static const char *guess_input_format(const char *fname, const char *fallback) in guess_input_format()
/kernel/linux/linux-5.10/arch/hexagon/mm/
Dstrnlen_user.S26 #define fname __strnlen_user macro
29 .global fname symbol
32 fname: label
/kernel/linux/linux-5.10/security/integrity/
Dintegrity_audit.c29 const unsigned char *fname, const char *op, in integrity_audit_msg()
37 const unsigned char *fname, const char *op, in integrity_audit_message()
/kernel/linux/linux-5.10/tools/power/cpupower/lib/
Dcpuidle.c31 const char *fname) in cpuidle_state_file_exists()
53 const char *fname, char *buf, in cpuidle_state_read_file()
88 const char *fname, in cpuidle_state_write_file()
314 static unsigned int sysfs_cpuidle_read_file(const char *fname, char *buf, in sysfs_cpuidle_read_file()
/kernel/linux/linux-5.10/tools/power/cpupower/utils/helpers/
Dsysfs.c105 const char *fname) in sysfs_idlestate_file_exists()
125 const char *fname, char *buf, size_t buflen) in sysfs_idlestate_read_file()
159 const char *fname, in sysfs_idlestate_write_file()
384 static unsigned int sysfs_cpuidle_read_file(const char *fname, char *buf, in sysfs_cpuidle_read_file()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dtest_local_storage.c15 char fname[PATH_MAX] = "/tmp/fileXXXXXX"; in create_and_unlink_file() local
/kernel/linux/linux-5.10/include/linux/
Dfscrypt.h214 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename()
441 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename()
453 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename()
477 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()
536 struct fscrypt_name *fname) in __fscrypt_prepare_lookup()
794 struct fscrypt_name *fname) in fscrypt_prepare_lookup()
/kernel/linux/linux-5.10/samples/bpf/
Dhbm.c301 char fname[100]; in run_bpf_prog() local
319 char fname[100]; in run_bpf_prog() local
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/
Dgzfht_test.c144 int read_alloc_input_file(char *fname, char **buf, size_t *bufsize) in read_alloc_input_file()
172 int write_output_file(char *fname, char *buf, size_t bufsize) in write_output_file()
/kernel/linux/linux-5.10/scripts/
Drecordmcount.c164 static void *mmap_file(char const *fname) in mmap_file()
317 static int write_file(const char *fname) in write_file()
477 static int do_file(char const *const fname) in do_file()
Dsorttable.c71 static void *mmap_file(char const *fname, size_t *size) in mmap_file()
297 static int do_file(char const *const fname, void *addr) in do_file()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table2.c51 #define EXEC_BIOS_CMD_TABLE(fname, params)\ argument
56 #define BIOS_CMD_TABLE_REVISION(fname, frev, crev)\ argument
60 #define BIOS_CMD_TABLE_PARA_REVISION(fname)\ argument
/kernel/linux/linux-5.10/arch/mips/boot/tools/
Drelocs_main.c32 const char *fname; in main() local
/kernel/linux/linux-5.10/arch/x86/tools/
Drelocs_common.c23 const char *fname; in main() local
/kernel/linux/linux-5.10/drivers/s390/char/
Dhmcdrv_ftp.h52 const char *fname; member
/kernel/linux/linux-5.10/fs/gfs2/
Ddir.h59 static inline void gfs2_str2qstr(struct qstr *name, const char *fname) in gfs2_str2qstr()
/kernel/linux/linux-5.10/tools/perf/util/
Dprobe-finder.h77 const char *fname; /* Real file name */ member
116 const char *fname; /* File name */ member
/kernel/linux/linux-5.10/Documentation/sphinx/
Dkernel_abi.py140 def nestedParse(self, lines, fname): argument

123456