Home
last modified time | relevance | path

Searched defs:path (Results 51 – 75 of 753) sorted by relevance

12345678910>>...31

/linux/drivers/md/
A Ddm-ps-historical-service-time.c57 struct dm_path *path; member
238 static int hst_status(struct path_selector *ps, struct dm_path *path, in hst_status()
268 static int hst_add_path(struct path_selector *ps, struct dm_path *path, in hst_add_path()
320 static void hst_fail_path(struct path_selector *ps, struct dm_path *path) in hst_fail_path()
332 static int hst_reinstate_path(struct path_selector *ps, struct dm_path *path) in hst_reinstate_path()
462 static int hst_start_io(struct path_selector *ps, struct dm_path *path, in hst_start_io()
493 static int hst_end_io(struct path_selector *ps, struct dm_path *path, in hst_end_io()
/linux/tools/lib/traceevent/
A Devent-plugin.c44 char *path; member
443 load_plugin(struct tep_handle *tep, const char *path, in load_plugin()
510 const char *path, in load_plugins_dir()
568 const char *path, in tep_load_plugins_hook()
575 char *path; in tep_load_plugins_hook() local
655 int tep_add_plugin_path(struct tep_handle *tep, char *path, in tep_add_plugin_path()
/linux/tools/lib/api/fs/
A Dfs.c91 char path[PATH_MAX]; member
443 char path[PATH_MAX]; in procfs__read_str() local
457 char path[PATH_MAX]; in sysfs__read_ull_base() local
480 char path[PATH_MAX]; in sysfs__read_int() local
493 char path[PATH_MAX]; in sysfs__read_str() local
535 char path[PATH_MAX]; in sysctl__read_int() local
548 char path[PATH_MAX]; in sysfs__write_int() local
/linux/tools/perf/util/
A Dpmu.c62 char path[PATH_MAX]; in perf_pmu__format_parse() local
92 char path[PATH_MAX]; in pmu_format() local
153 char path[PATH_MAX]; in perf_pmu__parse_scale() local
181 char path[PATH_MAX]; in perf_pmu__parse_unit() local
212 char path[PATH_MAX]; in perf_pmu__parse_per_pkg() local
230 char path[PATH_MAX]; in perf_pmu__parse_snapshot() local
498 char path[PATH_MAX]; in pmu_aliases() local
547 char path[PATH_MAX]; in pmu_type() local
575 char path[PATH_MAX]; in pmu_read_sysfs() local
623 char path[PATH_MAX]; in pmu_cpumask() local
[all …]
A Dutil.c91 int mkdir_p(char *path, mode_t mode) in mkdir_p()
148 static int rm_rf_depth_pat(const char *path, int depth, const char **pat) in rm_rf_depth_pat()
203 static int rm_rf_kcore_dir(const char *path) in rm_rf_kcore_dir()
218 int rm_rf_perf_data(const char *path) in rm_rf_perf_data()
231 int rm_rf(const char *path) in rm_rf()
/linux/tools/testing/selftests/exec/
A Dexecveat.c30 static int execveat_(int fd, const char *path, char **argv, char **envp, in execveat_()
41 #define check_execveat_fail(fd, path, flags, errno) \ argument
43 static int _check_execveat_fail(int fd, const char *path, int flags, in _check_execveat_fail()
67 static int check_execveat_invoked_rc(int fd, const char *path, int flags, in check_execveat_invoked_rc()
114 static int check_execveat(int fd, const char *path, int flags) in check_execveat()
/linux/tools/bootconfig/
A Dmain.c151 static int load_xbc_file(const char *path, char **buf) in load_xbc_file()
281 static int show_xbc(const char *path, bool list) in show_xbc()
328 static int delete_xbc(const char *path) in delete_xbc()
360 static int apply_xbc(const char *path, const char *xbc_path) in apply_xbc()
488 char *path = NULL; in main() local
/linux/fs/btrfs/tests/
A Dqgroup-tests.c21 struct btrfs_path *path; in insert_normal_tree_ref() local
71 struct btrfs_path *path; in add_tree_ref() local
122 struct btrfs_path *path; in remove_extent_item() local
153 struct btrfs_path *path; in remove_extent_ref() local
/linux/fs/
A Dopen.c69 long vfs_truncate(const struct path *path, loff_t length) in vfs_truncate()
124 struct path path; in do_sys_truncate() local
143 SYSCALL_DEFINE2(truncate, const char __user *, path, long, length) in SYSCALL_DEFINE2() argument
397 struct path path; in do_faccessat() local
485 struct path path; in SYSCALL_DEFINE1() local
533 struct path path; in SYSCALL_DEFINE1() local
564 int chmod_common(const struct path *path, umode_t mode) in chmod_common()
614 struct path path; in do_fchmodat() local
692 struct path path; in do_fchownat() local
954 int vfs_open(const struct path *path, struct file *file) in vfs_open()
[all …]
A Dnsfs.c58 static int __ns_get_path(struct path *path, struct ns_common *ns) in __ns_get_path()
109 int ns_get_path_cb(struct path *path, ns_get_path_helper_t *ns_get_cb, in ns_get_path_cb()
136 int ns_get_path(struct path *path, struct task_struct *task, in ns_get_path()
150 struct path path = {}; in open_related_ns() local
/linux/security/landlock/
A Dfs.c153 const struct path *const path, u32 access_rights) in landlock_append_fs_rule()
185 const struct path *const path, const u32 access_request, in unmask_layers()
226 const struct path *const path, u32 access_request) in check_access_path()
310 static inline int current_check_access_path(const struct path *const path, in current_check_access_path()
462 const struct path *const path, const char *const type, in hook_sb_mount()
/linux/fs/btrfs/
A Duuid-tree.c26 struct btrfs_path *path = NULL; in btrfs_uuid_tree_lookup() local
88 struct btrfs_path *path = NULL; in btrfs_uuid_tree_add() local
152 struct btrfs_path *path = NULL; in btrfs_uuid_tree_remove() local
294 struct btrfs_path *path; in btrfs_uuid_tree_iterate() local
A Dorphan.c12 struct btrfs_path *path; in btrfs_insert_orphan_item() local
33 struct btrfs_path *path; in btrfs_del_orphan_item() local
A Dbackref.c536 struct btrfs_path *path, u64 time_seq, in resolve_indirect_ref()
1053 struct btrfs_path *path, u64 bytenr, in add_keyed_refs()
1174 struct btrfs_path *path; local
2021 struct btrfs_path *path,
2050 struct btrfs_path *path,
2113 struct btrfs_path *path,
2277 struct btrfs_path *path)
2333 struct btrfs_path *path = iter->path; local
2430 struct btrfs_path *path = iter->path; local
2682 struct btrfs_path *path,
[all …]
A Dsend.c550 struct btrfs_path *path; in alloc_path_for_send() local
872 struct btrfs_path *path; in get_inode_info() local
1475 struct btrfs_path *path; in read_symlink() local
1535 struct btrfs_path *path; in gen_unique_name() local
1701 struct btrfs_path *path; in lookup_dir_item_inode() local
1736 struct btrfs_path *path; in get_first_ref() local
2337 struct btrfs_path *path; in send_subvol_begin() local
2922 struct btrfs_path *path; in can_rmdir() local
3451 struct btrfs_path *path; in wait_for_dest_dir_move() local
4541 struct btrfs_path *path; in process_all_refs() local
[all …]
A Dextent-tree.c92 struct btrfs_path *path; in btrfs_lookup_data_extent() local
121 struct btrfs_path *path; in btrfs_lookup_extent_info() local
1454 struct btrfs_path *path; in __btrfs_inc_extent_ref() local
1576 struct btrfs_path *path; in run_delayed_extent_op() local
2360 struct btrfs_path *path; in btrfs_cross_ref_exist() local
2922 struct btrfs_path *path; in __btrfs_free_extent() local
4576 struct btrfs_path *path; in alloc_reserved_file_extent() local
4650 struct btrfs_path *path; in alloc_reserved_tree_block() local
5139 struct btrfs_path *path; in check_ref_exists() local
5571 struct btrfs_path *path; in btrfs_drop_snapshot() local
[all …]
A Drelocation.c465 struct btrfs_path *path; in build_backref_tree() local
1008 struct btrfs_path *path; in get_new_location() local
1684 struct btrfs_path *path; in merge_reloc_root() local
2724 struct btrfs_path *path; in relocate_tree_blocks() local
3240 struct btrfs_path *path; in __add_tree_block() local
3390 struct btrfs_path *path, in add_data_references()
3581 struct btrfs_path *path; in relocate_block_group() local
3746 struct btrfs_path *path; in __insert_orphan_inode() local
3776 struct btrfs_path *path; in delete_orphan_inode() local
3969 struct btrfs_path *path; in btrfs_relocate_block_group() local
[all …]
/linux/fs/vboxsf/
A Dutils.c141 struct shfl_string *path; in vboxsf_create_at_dentry() local
154 int vboxsf_stat(struct vboxsf_sbi *sbi, struct shfl_string *path, in vboxsf_stat()
179 struct shfl_string *path; in vboxsf_stat_dentry() local
233 int vboxsf_getattr(struct user_namespace *mnt_userns, const struct path *path, in vboxsf_getattr()
369 char *buf, *path; in vboxsf_path_from_dentry() local
/linux/fs/reiserfs/
A Dstree.c930 int comp_items(const struct item_head *stored_ih, const struct treepath *path) in comp_items()
949 static inline int prepare_for_direct_item(struct treepath *path, in prepare_for_direct_item()
990 static inline int prepare_for_direntry_item(struct treepath *path, in prepare_for_direntry_item()
1036 struct treepath *path, in prepare_for_delete_or_cut()
1193 struct treepath *path, int size) in init_tb_struct()
1252 struct treepath *path, const struct cpu_key *item_key, in reiserfs_delete_item()
1560 struct treepath *path, in maybe_indirect_to_direct()
1598 struct inode *inode, struct treepath *path) in indirect_to_direct_roll_back()
1640 struct treepath *path, in reiserfs_cut_from_item()
2045 static void check_research_for_paste(struct treepath *path, in check_research_for_paste()
[all …]
/linux/fs/cifs/
A Dlink.c204 struct cifs_sb_info *cifs_sb, const unsigned char *path, in query_mf_symlink()
239 const unsigned char *path) in check_mf_symlink()
292 struct cifs_sb_info *cifs_sb, const unsigned char *path, in cifs_query_mf_symlink()
336 struct cifs_sb_info *cifs_sb, const unsigned char *path, in cifs_create_mf_symlink()
374 struct cifs_sb_info *cifs_sb, const unsigned char *path, in smb3_query_mf_symlink()
435 struct cifs_sb_info *cifs_sb, const unsigned char *path, in smb3_create_mf_symlink()
/linux/security/tomoyo/
A Drealpath.c94 static char *tomoyo_get_absolute_path(const struct path *path, char * const buffer, in tomoyo_get_absolute_path()
237 char *tomoyo_realpath_from_path(const struct path *path) in tomoyo_realpath_from_path()
306 struct path path; in tomoyo_realpath_nofollow() local
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
A Dgk20a.c37 gk20a_gr_av_to_init(struct gf100_gr *gr, const char *path, const char *name, in gk20a_gr_av_to_init()
87 gk20a_gr_aiv_to_init(struct gf100_gr *gr, const char *path, const char *name, in gk20a_gr_aiv_to_init()
130 gk20a_gr_av_to_method(struct gf100_gr *gr, const char *path, const char *name, in gk20a_gr_av_to_method()
311 gk20a_gr_load_sw(struct gf100_gr *gr, const char *path, int ver) in gk20a_gr_load_sw()
/linux/fs/configfs/
A Dsymlink.c57 struct config_item *target, char *path) in configfs_get_target_path()
117 static int get_target(const char *symname, struct path *path, in get_target()
144 struct path path; in configfs_symlink() local
/linux/drivers/staging/greybus/tools/
A Dlbtest62 def read_sysfs_int(path): argument
72 def write_sysfs_val(path, val): argument
/linux/drivers/staging/rtl8723bs/core/
A Drtw_debug.c46 static void dump_4_rf_regs(struct adapter *adapter, int path, int offset) in dump_4_rf_regs()
61 int i, path = 0; in rf_reg_dump() local

Completed in 111 milliseconds

12345678910>>...31