Home
last modified time | relevance | path

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

12345

/linux/tools/lib/python/kdoc/
H A Dkdoc_output.py178 def msg(self, fname, name, args): argument
221 def out_doc(self, fname, name, args): argument
224 def out_function(self, fname, name, args): argument
227 def out_enum(self, fname, name, args): argument
230 def out_typedef(self, fname, name, args): argument
233 def out_struct(self, fname, name, args): argument
359 def out_doc(self, fname, name, args): argument
364 def out_function(self, fname, name, args): argument
446 def out_enum(self, fname, name, args): argument
475 def out_typedef(self, fname, name, args): argument
[all …]
H A Dkdoc_files.py110 def parse_file(self, fname): argument
129 def process_export_file(self, fname): argument
148 def file_not_found_cb(self, fname): argument
227 def out_msg(self, fname, name, arg): argument
/linux/fs/f2fs/
H A Ddir.c63 struct f2fs_filename *fname) in f2fs_init_casefolded_name()
92 void f2fs_free_casefolded_name(struct f2fs_filename *fname) in f2fs_free_casefolded_name()
105 struct f2fs_filename *fname) in __f2fs_setup_filename()
137 int lookup, struct f2fs_filename *fname) in f2fs_setup_filename()
156 struct f2fs_filename *fname) in f2fs_prepare_lookup()
168 void f2fs_free_filename(struct f2fs_filename *fname) in f2fs_free_filename()
192 const struct f2fs_filename *fname, in find_in_block()
206 const struct f2fs_filename *fname, in f2fs_match_name()
227 const struct f2fs_filename *fname, int *max_slots, in f2fs_find_target_dentry()
277 const struct f2fs_filename *fname, in find_in_level()
[all …]
H A Dinline.c354 const struct f2fs_filename *fname, in f2fs_find_in_inline_dir()
494 struct f2fs_filename fname; in f2fs_add_inline_entries() local
599 struct f2fs_filename fname; in f2fs_try_convert_inline_dir() local
635 int f2fs_add_inline_entry(struct inode *dir, const struct f2fs_filename *fname, in f2fs_add_inline_entry()
H A Dnamei.c470 struct f2fs_filename fname; in f2fs_lookup() local
811 struct inode **new_inode, struct f2fs_filename *fname) in __f2fs_tmpfile()
897 struct f2fs_filename *fname) in f2fs_create_whiteout()
951 struct f2fs_filename fname; in f2fs_rename() local
/linux/include/asm-generic/
H A Dkprobes.h11 # define __NOKPROBE_SYMBOL(fname) \ argument
15 # define NOKPROBE_SYMBOL(fname) __NOKPROBE_SYMBOL(fname) argument
20 # define NOKPROBE_SYMBOL(fname) argument
H A Derror-injection.h27 #define ALLOW_ERROR_INJECTION(fname, _etype) \ argument
37 #define ALLOW_ERROR_INJECTION(fname, _etype) argument
/linux/scripts/
H A Delf-parse.c22 static void *map_file(char const *fname, size_t *size) in map_file()
55 static int elf_parse(const char *fname, void *addr, uint32_t types) in elf_parse()
177 void *elf_map(char const *fname, size_t *size, uint32_t types) in elf_map()
H A Dtracepoint-update.c115 static void check_tracepoints(struct elf_tracepoint *etrace, const char *fname) in check_tracepoints()
143 static void *tracepoint_check(struct elf_tracepoint *etrace, const char *fname) in tracepoint_check()
151 static int process_tracepoints(bool mod, void *addr, const char *fname) in process_tracepoints()
H A Dmake_fit.py194 def output_dtb(fsw, seq, fname, arch, compress): argument
215 def process_dtb(fname, args): argument
[all...]
H A Drecordmcount.c176 static void *mmap_file(char const *fname) in mmap_file()
329 static int write_file(const char *fname) in write_file()
511 static int do_file(char const *const fname) in do_file()
H A Dsorttable.c312 static int parse_symbols(const char *fname) in parse_symbols()
587 static inline int parse_symbols(const char *fname) { return 0; } in parse_symbols()
591 char const *const fname, in do_sort()
888 static int do_file(char const *const fname, void *addr) in do_file()
/linux/tools/lib/python/abi/
H A Dabi_parser.py79 def add_symbol(self, what, fname, ln=None, xref=None): argument
266 def parse_readme(self, nametag, fname): argument
284 def parse_file(self, fname, path, basename): argument
394 def xref(self, fname): argument
/linux/fs/ceph/
H A Dcrypto.h104 struct fscrypt_str *fname) in ceph_fname_alloc_buffer()
112 struct fscrypt_str *fname) in ceph_fname_free_buffer()
196 struct fscrypt_str *fname) in ceph_fname_alloc_buffer()
202 struct fscrypt_str *fname) in ceph_fname_free_buffer()
206 static inline int ceph_fname_to_usr(const struct ceph_fname *fname, in ceph_fname_to_usr()
/linux/fs/ext4/
H A Dcrypto.c23 int lookup, struct ext4_filename *fname) in ext4_fname_setup_filename()
42 struct ext4_filename *fname) in ext4_fname_prepare_lookup()
59 void ext4_fname_free_filename(struct ext4_filename *fname) in ext4_fname_free_filename()
/linux/tools/power/cpupower/lib/
H A Dcpuidle.c31 const char *fname) in cpuidle_state_file_exists() argument
53 const char *fname, char *buf, in cpuidle_state_read_file() argument
88 const char *fname, in cpuidle_state_write_file() argument
322 sysfs_cpuidle_read_file(const char * fname,char * buf,size_t buflen) sysfs_cpuidle_read_file() argument
[all...]
H A Dacpi_cppc.c17 static int acpi_cppc_read_file(unsigned int cpu, const char *fname, in acpi_cppc_read_file()
/linux/security/integrity/
H A 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()
/linux/include/net/
H A Dtc_wrapper.h20 #define TC_INDIRECT_ACTION_DECLARE(fname) \ argument
138 #define TC_INDIRECT_FILTER_DECLARE(fname) \ argument
/linux/tools/perf/util/
H A Dprobe-finder.c713 static int verify_representive_line(struct probe_finder *pf, const char *fname, in verify_representive_line()
746 static int probe_point_line_walker(const char *fname, int lineno, in probe_point_line_walker()
780 const char *fname, const char *pat) in find_lazy_match_lines()
818 static int probe_point_lazy_walker(const char *fname, int lineno, in probe_point_lazy_walker()
958 const char *fname; in probe_point_search_cb() local
1036 const char *fname; in pubname_search_cb() local
1596 const char *fname = NULL, *func = NULL, *basefunc = NULL, *tmp; in debuginfo__find_probe_point() local
1724 static int line_range_walk_cb(const char *fname, int lineno, in line_range_walk_cb()
1786 const char *fname; in line_range_search_cb() local
/linux/tools/power/cpupower/utils/helpers/
H A 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()
/linux/tools/lib/python/feat/
H A Dparse_features.py68 def parse_error(self, fname, ln, msg, data=None): argument
84 def parse_feat_file(self, fname): argument
/linux/include/linux/
H A Dfscrypt.h435 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename()
694 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename()
706 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename()
730 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()
790 struct fscrypt_name *fname) in __fscrypt_prepare_lookup()
1057 struct fscrypt_name *fname) in fscrypt_prepare_lookup()
/linux/samples/bpf/
H A Dhbm.c308 char fname[100]; in run_bpf_prog() local
327 char fname[100]; in run_bpf_prog() local
/linux/fs/crypto/
H A Dfname.c343 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename()
434 bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()

12345