/linux/scripts/lib/kdoc/ |
H A D | kdoc_output.py | 178 def msg(self, fname, name, args): argument 218 def out_doc(self, fname, name, args): argument 221 def out_function(self, fname, name, args): argument 224 def out_enum(self, fname, name, args): argument 227 def out_typedef(self, fname, name, args): argument 230 def out_struct(self, fname, name, args): argument 356 def out_doc(self, fname, name, args): argument 361 def out_function(self, fname, name, args): argument 443 def out_enum(self, fname, name, args): argument 472 def out_typedef(self, fname, name, args): argument [all …]
|
H A D | kdoc_files.py | 110 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/ext4/ |
H A D | dir.c | 416 struct fname { struct 420 struct fname *next; argument 433 struct fname *fname, *next; in free_rb_tree_fname() argument 475 struct fname *fname, *new_fn; in ext4_htree_store_dirent() local 531 struct fname *fname) in call_filldir() 561 struct fname *fname; in ext4_dx_readdir() local
|
H A D | crypto.c | 23 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 D | namei.c | 778 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() 1518 struct ext4_filename *fname, in __ext4_find_entry() 1674 struct ext4_filename fname; in ext4_find_entry() local 1694 struct ext4_filename fname; in ext4_lookup_entry() local 1710 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/fs/f2fs/ |
H A D | dir.c | 48 struct f2fs_filename *fname) in f2fs_init_casefolded_name() 77 void f2fs_free_casefolded_name(struct f2fs_filename *fname) in f2fs_free_casefolded_name() 90 struct f2fs_filename *fname) in __f2fs_setup_filename() 122 int lookup, struct f2fs_filename *fname) in f2fs_setup_filename() 141 struct f2fs_filename *fname) in f2fs_prepare_lookup() 153 void f2fs_free_filename(struct f2fs_filename *fname) in f2fs_free_filename() 177 const struct f2fs_filename *fname, in find_in_block() 191 const struct f2fs_filename *fname, in f2fs_match_name() 212 const struct f2fs_filename *fname, int *max_slots, in f2fs_find_target_dentry() 262 const struct f2fs_filename *fname, in find_in_level() [all …]
|
H A D | inline.c | 354 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 D | namei.c | 470 struct f2fs_filename fname; in f2fs_lookup() local 804 struct inode **new_inode, struct f2fs_filename *fname) in __f2fs_tmpfile() 890 struct f2fs_filename *fname) in f2fs_create_whiteout() 944 struct f2fs_filename fname; in f2fs_rename() local
|
/linux/scripts/dtc/ |
H A D | srcpos.c | 49 static void set_initial_path(char *fname) in set_initial_path() 60 static char *shorten_to_initial_path(char *fname) in shorten_to_initial_path() 102 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() 129 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path() 148 FILE *srcfile_relative_open(const char *fname, char **fullnamep) in srcfile_relative_open() 174 void srcfile_push(const char *fname) in srcfile_push() 291 const char *fname = "<no-file>"; in srcpos_string() local 317 const char *fname; in srcpos_string_comment() local
|
H A D | dtc.c | 116 static const char *guess_type_by_name(const char *fname, const char *fallback) in guess_type_by_name() 134 static const char *guess_input_format(const char *fname, const char *fallback) in guess_input_format()
|
/linux/include/asm-generic/ |
H A D | kprobes.h | 11 # define __NOKPROBE_SYMBOL(fname) \ argument 15 # define NOKPROBE_SYMBOL(fname) __NOKPROBE_SYMBOL(fname) argument 20 # define NOKPROBE_SYMBOL(fname) argument
|
H A D | error-injection.h | 27 #define ALLOW_ERROR_INJECTION(fname, _etype) \ argument 37 #define ALLOW_ERROR_INJECTION(fname, _etype) argument
|
/linux/scripts/lib/abi/ |
H A D | abi_parser.py | 79 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/scripts/ |
H A D | spdxcheck.py | 38 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 D | make_fit.py | 194 def output_dtb(fsw, seq, fname, arch, compress): argument 215 def process_dtb(fname, args): argument
|
H A D | recordmcount.c | 176 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()
|
/linux/fs/ceph/ |
H A D | crypto.h | 108 struct fscrypt_str *fname) in ceph_fname_alloc_buffer() 116 struct fscrypt_str *fname) in ceph_fname_free_buffer() 200 struct fscrypt_str *fname) in ceph_fname_alloc_buffer() 206 struct fscrypt_str *fname) in ceph_fname_free_buffer() 210 static inline int ceph_fname_to_usr(const struct ceph_fname *fname, in ceph_fname_to_usr()
|
/linux/security/integrity/ |
H A D | integrity_audit.c | 29 const unsigned char *fname, const char *op, in integrity_audit_msg() 37 const unsigned char *fname, const char *op, in integrity_audit_message()
|
/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-msm.h | 17 #define APQ_PIN_FUNCTION(fname) \ argument 22 #define IPQ_PIN_FUNCTION(fname) \ argument 27 #define MSM_PIN_FUNCTION(fname) \ argument 32 #define QCA_PIN_FUNCTION(fname) \ argument
|
/linux/include/net/ |
H A D | tc_wrapper.h | 20 #define TC_INDIRECT_ACTION_DECLARE(fname) \ argument 138 #define TC_INDIRECT_FILTER_DECLARE(fname) \ argument
|
/linux/tools/power/cpupower/utils/helpers/ |
H A D | sysfs.c | 105 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/perf/util/ |
H A D | probe-finder.c | 713 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/include/linux/ |
H A D | fscrypt.h | 401 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename() 660 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename() 672 static inline void fscrypt_free_filename(struct fscrypt_name *fname) in fscrypt_free_filename() 696 static inline bool fscrypt_match_name(const struct fscrypt_name *fname, in fscrypt_match_name() 756 struct fscrypt_name *fname) in __fscrypt_prepare_lookup() 1023 struct fscrypt_name *fname) in fscrypt_prepare_lookup()
|
/linux/samples/bpf/ |
H A D | hbm.c | 308 char fname[100]; in run_bpf_prog() local 327 char fname[100]; in run_bpf_prog() local
|
/linux/tools/power/cpupower/lib/ |
H A D | acpi_cppc.c | 17 static int acpi_cppc_read_file(unsigned int cpu, const char *fname, in acpi_cppc_read_file()
|