Home
last modified time | relevance | path

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

12345

/linux/tools/lib/python/kdoc/
H A Dkdoc_output.py183 def msg(self, fname, name, args): argument
225 def output_symbols(self, fname, symbols): argument
251 def out_doc(self, fname, name, args): argument
254 def out_function(self, fname, name, args): argument
257 def out_enum(self, fname, name, args): argument
260 def out_var(self, fname, name, args): argument
263 def out_typedef(self, fname, name, args): argument
266 def out_struct(self, fname, name, args): argument
397 def out_doc(self, fname, name, args): argument
402 def out_function(self, fname, name, args): argument
[all …]
H A Dkdoc_files.py110 parse_file(self, fname) global() argument
129 process_export_file(self, fname) global() argument
148 file_not_found_cb(self, fname) global() argument
227 out_msg(self, fname, name, arg) global() argument
[all...]
/linux/fs/ext4/
H A Ddir.c433 struct fname { struct
437 struct fname *next; argument
450 struct fname *fname, *next; in free_rb_tree_fname() local
492 struct fname *fname, *new_fn; in ext4_htree_store_dirent() local
547 struct fname *fname) in call_filldir()
577 struct fname *fname; in ext4_dx_readdir() local
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()
H A Dnamei.c778 dx_probe(struct ext4_filename *fname, struct inode *dir, in dx_probe()
1264 struct ext4_filename *fname, in search_dirblock()
1406 const struct ext4_filename *fname, in ext4_match()
1457 struct inode *dir, struct ext4_filename *fname, in ext4_search_dir()
1520 struct ext4_filename *fname, in __ext4_find_entry()
1676 struct ext4_filename fname; in ext4_find_entry() local
1696 struct ext4_filename fname; in ext4_lookup_entry() local
1712 struct ext4_filename *fname, in ext4_dx_find_entry()
2039 struct ext4_filename *fname, in ext4_find_dest_de()
2074 struct ext4_filename *fname) in ext4_insert_dentry()
[all …]
/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/drivers/pinctrl/qcom/
H A Dpinctrl-msm.h17 #define APQ_PIN_FUNCTION(fname) \ argument
22 #define IPQ_PIN_FUNCTION(fname) \ argument
27 #define IPQ_GPIO_PIN_FUNCTION(fname) \ argument
32 #define MSM_PIN_FUNCTION(fname) \ argument
37 #define MSM_GPIO_PIN_FUNCTION(fname) \ argument
42 #define QCA_PIN_FUNCTION(fname) \ argument
47 #define QCA_GPIO_PIN_FUNCTION(fname) \ 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 Dspdxcheck.py38 def update(self, fname, basedir, miss): argument
197 def parse_lines(self, fd, maxlines, fname): argument
314 def read_exclude_file(fname): argument
374 fname = args.exclude variable
376 fname = os.path.join(os.path.dirname(__file__), 'spdxexclude') variable
H A Dmake_fit.py229 def compress_dtb(fname, compress): argument
244 def output_dtb(fsw, seq, fname, arch, compress, data=None): argument
267 def process_dtb(fname, args): argument
H A Dtracepoint-update.c117 static void check_tracepoints(struct elf_tracepoint *etrace, const char *fname) in check_tracepoints()
145 static void *tracepoint_check(struct elf_tracepoint *etrace, const char *fname) in tracepoint_check()
153 static int process_tracepoints(bool mod, void *addr, const char *fname) in process_tracepoints()
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 add_symbol(self, what, fname, ln=None, xref=None) global() argument
266 parse_readme(self, nametag, fname) global() argument
284 parse_file(self, fname, path, basename) global() argument
394 xref(self, fname) global() argument
[all...]
/linux/security/integrity/
H A Dintegrity_audit.c29 const unsigned char *fname, const char *op, in integrity_audit_msg() argument
37 const unsigned char *fname, const char *op, in integrity_audit_message() argument
/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/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/fs/ntfs3/
H A Ddir.c315 const struct ATTR_FILE_NAME *fname) in de_fname_fits()
327 const struct ATTR_FILE_NAME *fname; in ntfs_dir_emit() local
628 const struct ATTR_FILE_NAME *fname; in de_countable_fname() local
646 const struct ATTR_FILE_NAME *fname; in ntfs_dir_count() local
/linux/tools/perf/util/
H A Dprobe-finder.c713 verify_representive_line(struct probe_finder * pf,const char * fname,int lineno,Dwarf_Addr addr) verify_representive_line() argument
746 probe_point_line_walker(const char * fname,int lineno,Dwarf_Addr addr,void * data) probe_point_line_walker() argument
780 find_lazy_match_lines(struct intlist * list,const char * fname,const char * pat) find_lazy_match_lines() argument
818 probe_point_lazy_walker(const char * fname,int lineno,Dwarf_Addr addr,void * data) probe_point_lazy_walker() argument
958 const char *fname; probe_point_search_cb() local
1036 const char *fname; pubname_search_cb() local
1596 const char *fname = NULL, *func = NULL, *basefunc = NULL, *tmp; debuginfo__find_probe_point() local
1724 line_range_walk_cb(const char * fname,int lineno,Dwarf_Addr addr,void * data) line_range_walk_cb() argument
1786 const char *fname; line_range_search_cb() local
[all...]
/linux/tools/lib/python/feat/
H A Dparse_features.py68 parse_error(self, fname, ln, msg, data=None) global() argument
84 parse_feat_file(self, fname) global() argument
[all...]
/linux/include/linux/
H A Dfscrypt.h435 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename()
680 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename()
692 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename()
716 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name()
764 struct fscrypt_name *fname) in __fscrypt_prepare_lookup()
976 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/arch/mips/boot/tools/
H A Drelocs_main.c32 const char *fname; in main() local

12345