Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 667) sorted by relevance

12345678910>>...27

/linux/fs/bcachefs/
H A Dbtree_locking.h20 static inline bool is_btree_node(struct btree_path *path, unsigned l) in is_btree_node()
40 static inline int btree_node_locked_type(struct btree_path *path, in btree_node_locked_type()
46 static inline int btree_node_locked_type_nowrite(struct btree_path *path, in btree_node_locked_type_nowrite()
55 static inline bool btree_node_write_locked(struct btree_path *path, unsigned l) in btree_node_write_locked()
60 static inline bool btree_node_intent_locked(struct btree_path *path, unsigned l) in btree_node_intent_locked()
65 static inline bool btree_node_read_locked(struct btree_path *path, unsigned l) in btree_node_read_locked()
70 static inline bool btree_node_locked(struct btree_path *path, unsigned level) in btree_node_locked()
75 static inline void mark_btree_node_locked_noreset(struct btree_path *path, in mark_btree_node_locked_noreset()
88 struct btree_path *path, in mark_btree_node_locked()
98 static inline enum six_lock_type __btree_lock_want(struct btree_path *path, int level) in __btree_lock_want()
[all …]
H A Dtrace.h1855 static inline void trace_update_by_path(struct btree_trans *trans, struct btree_path *path, in trace_update_by_path()
1858 static inline void trace_btree_path_get_ll(struct btree_trans *trans, struct btree_path *path) {} in trace_btree_path_get_ll()
1859 static inline void trace_btree_path_put_ll(struct btree_trans *trans, struct btree_path *path) {} in trace_btree_path_put_ll()
1860 …nline void trace_btree_path_should_be_locked(struct btree_trans *trans, struct btree_path *path) {} in trace_btree_path_should_be_locked()
1861 static inline void trace_btree_path_alloc(struct btree_trans *trans, struct btree_path *path) {} in trace_btree_path_alloc()
1862 static inline void trace_btree_path_get(struct btree_trans *trans, struct btree_path *path, struct … in trace_btree_path_get()
1863 static inline void trace_btree_path_clone(struct btree_trans *trans, struct btree_path *path, struc… in trace_btree_path_clone()
1864 static inline void trace_btree_path_save_pos(struct btree_trans *trans, struct btree_path *path, st… in trace_btree_path_save_pos()
1865 … inline void trace_btree_path_traverse_start(struct btree_trans *trans, struct btree_path *path) {} in trace_btree_path_traverse_start()
1866 static inline void trace_btree_path_traverse_end(struct btree_trans *trans, struct btree_path *path in trace_btree_path_traverse_end()
[all …]
H A Dbtree_iter.c98 static inline bool btree_path_pos_before_node(struct btree_path *path, in btree_path_pos_before_node()
104 static inline bool btree_path_pos_after_node(struct btree_path *path, in btree_path_pos_after_node()
110 static inline bool btree_path_pos_in_node(struct btree_path *path, in btree_path_pos_in_node()
121 struct btree_path *path) in __bch2_btree_path_verify_cached()
138 struct btree_path *path, unsigned level) in __bch2_btree_path_verify_level()
217 struct btree_path *path) in __bch2_btree_path_verify()
236 struct btree_path *path; in __bch2_trans_verify_paths() local
325 struct btree_path *path; in __bch2_assert_pos_locked() local
354 struct btree_path *path, unsigned l) in bch2_btree_path_verify_level()
361 struct btree_path *path) in bch2_btree_path_verify()
[all …]
H A Dbtree_locking.c25 struct btree_path *path; in bch2_btree_node_lock_counts() local
48 struct btree_path *path, struct btree *b) in bch2_btree_node_unlock_write()
331 struct btree_path *path = paths + path_idx; in bch2_check_for_deadlock() local
422 int __bch2_btree_node_lock_write(struct btree_trans *trans, struct btree_path *path, in __bch2_btree_node_lock_write()
447 struct btree_path *path, in bch2_btree_node_lock_write_nofail()
457 struct btree_path *path, in btree_path_get_locks()
516 struct btree_path *path, unsigned level, in __bch2_btree_node_relock()
540 struct btree_path *path, unsigned level) in bch2_btree_node_upgrade()
590 struct btree_path *path) in bch2_btree_path_relock_intent()
609 bool bch2_btree_path_relock_norestart(struct btree_trans *trans, struct btree_path *path) in bch2_btree_path_relock_norestart()
[all …]
/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a_rfk.c94 u8 path; in _wait_rx_mode() local
254 enum rtw89_rf_path path, u8 index) in _dack_reload_by_path()
312 static void _dack_reload(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) in _dack_reload()
325 static void _check_addc(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) in _check_addc()
395 static void _check_dadc(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) in _check_dadc()
552 static void _iqk_read_fft_dbcc0(struct rtw89_dev *rtwdev, u8 path) in _iqk_read_fft_dbcc0()
575 static void _iqk_read_xym_dbcc0(struct rtw89_dev *rtwdev, u8 path) in _iqk_read_xym_dbcc0()
598 static void _iqk_read_txcfir_dbcc0(struct rtw89_dev *rtwdev, u8 path, in _iqk_read_txcfir_dbcc0()
659 static void _iqk_read_rxcfir_dbcc0(struct rtw89_dev *rtwdev, u8 path, in _iqk_read_rxcfir_dbcc0()
718 static void _iqk_sram(struct rtw89_dev *rtwdev, u8 path) in _iqk_sram()
[all …]
H A Drtw8852bt_rfk.c134 static void _rfk_get_thermal(struct rtw89_dev *rtwdev, u8 kidx, enum rtw89_rf_path path) in _rfk_get_thermal()
252 void _txck_force(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, bool force, in _txck_force()
265 void _rxck_force(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, bool force, in _rxck_force()
297 enum rtw89_rf_path path, u8 kpath) in _rfk_bb_afe_setting()
341 enum rtw89_rf_path path, u8 kpath) in _rfk_bb_afe_restore()
370 enum rtw89_rf_path path) in _set_rx_dck()
380 u8 path, dck_tune; in _rx_dck() local
410 static void _rck(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) in _rck()
530 void _dack_reset(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) in _dack_reset()
542 void _dack_reload_by_path(struct rtw89_dev *rtwdev, u8 path, u8 index) in _dack_reload_by_path()
[all …]
H A Drtw8852b_rfk.c235 enum rtw89_rf_path path, bool is_bybb) in _rfk_rf_direct_cntrl()
244 enum rtw89_rf_path path, bool is_bybb) in _rfk_drf_direct_cntrl()
252 static bool _iqk_check_cal(struct rtw89_dev *rtwdev, u8 path) in _iqk_check_cal()
295 enum rtw89_rf_path path) in _set_rx_dck()
305 u8 path, dck_tune; in _rx_dck() local
335 static void _rck(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) in _rck()
487 static void _check_addc(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) in _check_addc()
587 static void _check_dadc(struct rtw89_dev *rtwdev, enum rtw89_rf_path path) in _check_dadc()
791 static void _iqk_rxk_setting(struct rtw89_dev *rtwdev, u8 path) in _iqk_rxk_setting()
815 u8 path, u8 ktype) in _iqk_one_shot()
[all …]
/linux/drivers/video/fbdev/mmp/
H A Dcore.c16 static struct mmp_overlay *path_get_overlay(struct mmp_path *path, in path_get_overlay()
24 static int path_check_status(struct mmp_path *path) in path_check_status()
41 static int path_get_modelist(struct mmp_path *path, in path_get_modelist()
74 struct mmp_path *path; in mmp_register_panel() local
104 struct mmp_path *path; in mmp_unregister_panel() local
130 struct mmp_path *path = NULL, *iter; in mmp_get_path() local
155 struct mmp_path *path = NULL; in mmp_register_path() local
216 void mmp_unregister_path(struct mmp_path *path) in mmp_unregister_path()
/linux/tools/testing/selftests/bpf/progs/
H A Dcgrp_kfunc_failure.c33 int BPF_PROG(cgrp_kfunc_acquire_untrusted, struct cgroup *cgrp, const char *path) in BPF_PROG()
52 int BPF_PROG(cgrp_kfunc_acquire_no_null_check, struct cgroup *cgrp, const char *path) in BPF_PROG()
68 int BPF_PROG(cgrp_kfunc_acquire_fp, struct cgroup *cgrp, const char *path) in BPF_PROG()
96 int BPF_PROG(cgrp_kfunc_acquire_trusted_walked, struct cgroup *cgrp, const char *path) in BPF_PROG()
110 int BPF_PROG(cgrp_kfunc_acquire_null, struct cgroup *cgrp, const char *path) in BPF_PROG()
124 int BPF_PROG(cgrp_kfunc_acquire_unreleased, struct cgroup *cgrp, const char *path) in BPF_PROG()
138 int BPF_PROG(cgrp_kfunc_xchg_unreleased, struct cgroup *cgrp, const char *path) in BPF_PROG()
158 int BPF_PROG(cgrp_kfunc_rcu_get_release, struct cgroup *cgrp, const char *path) in BPF_PROG()
179 int BPF_PROG(cgrp_kfunc_release_untrusted, struct cgroup *cgrp, const char *path) in BPF_PROG()
195 int BPF_PROG(cgrp_kfunc_release_fp, struct cgroup *cgrp, const char *path) in BPF_PROG()
[all …]
H A Dcgrp_kfunc_success.c33 int BPF_PROG(test_cgrp_acquire_release_argument, struct cgroup *cgrp, const char *path) in BPF_PROG()
50 int BPF_PROG(test_cgrp_acquire_leave_in_map, struct cgroup *cgrp, const char *path) in BPF_PROG()
65 int BPF_PROG(test_cgrp_xchg_release, struct cgroup *cgrp, const char *path) in BPF_PROG()
108 int BPF_PROG(test_cgrp_get_release, struct cgroup *cgrp, const char *path) in BPF_PROG()
139 int BPF_PROG(test_cgrp_get_ancestors, struct cgroup *cgrp, const char *path) in BPF_PROG()
184 int BPF_PROG(test_cgrp_from_id, struct cgroup *cgrp, const char *path) in BPF_PROG()
/linux/fs/btrfs/tests/
H A Dfree-space-tree-tests.c23 struct btrfs_path *path, in __check_free_space_extents()
110 struct btrfs_path *path, in check_free_space_extents()
153 struct btrfs_path *path, in test_empty_block_group()
167 struct btrfs_path *path, in test_remove_all()
188 struct btrfs_path *path, in test_remove_beginning()
211 struct btrfs_path *path, in test_remove_end()
234 struct btrfs_path *path, in test_remove_middle()
258 struct btrfs_path *path, in test_merge_left()
295 struct btrfs_path *path, in test_merge_right()
333 struct btrfs_path *path, in test_merge_both()
[all …]
/linux/security/tomoyo/
H A Dtomoyo.c121 static int tomoyo_inode_getattr(const struct path *path) in tomoyo_inode_getattr()
133 static int tomoyo_path_truncate(const struct path *path) in tomoyo_path_truncate()
160 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_unlink() local
177 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mkdir() local
193 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_rmdir() local
210 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_symlink() local
228 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mknod() local
361 static int tomoyo_path_chmod(const struct path *path, umode_t mode) in tomoyo_path_chmod()
376 static int tomoyo_path_chown(const struct path *path, kuid_t uid, kgid_t gid) in tomoyo_path_chown()
396 static int tomoyo_path_chroot(const struct path *path) in tomoyo_path_chroot()
[all …]
/linux/fs/nilfs2/
H A Dbtree.c25 struct nilfs_btree_path *path; in nilfs_btree_alloc_path() local
45 static void nilfs_btree_free_path(struct nilfs_btree_path *path) in nilfs_btree_free_path()
417 nilfs_btree_get_nonroot_node(const struct nilfs_btree_path *path, int level) in nilfs_btree_get_nonroot_node()
423 nilfs_btree_get_sib_node(const struct nilfs_btree_path *path, int level) in nilfs_btree_get_sib_node()
435 const struct nilfs_btree_path *path, in nilfs_btree_get_node()
548 struct nilfs_btree_path *path, in nilfs_btree_do_lookup()
610 struct nilfs_btree_path *path, in nilfs_btree_do_lookup_last()
658 const struct nilfs_btree_path *path, in nilfs_btree_get_next_key()
688 struct nilfs_btree_path *path; in nilfs_btree_lookup() local
706 struct nilfs_btree_path *path; in nilfs_btree_lookup_contig() local
[all …]
/linux/tools/include/nolibc/
H A Dsys.h123 int sys_chdir(const char *path) in sys_chdir()
129 int chdir(const char *path) in chdir()
140 int sys_chmod(const char *path, mode_t mode) in sys_chmod()
152 int chmod(const char *path, mode_t mode) in chmod()
163 int sys_chown(const char *path, uid_t owner, gid_t group) in sys_chown()
175 int chown(const char *path, uid_t owner, gid_t group) in chown()
186 int sys_chroot(const char *path) in sys_chroot()
192 int chroot(const char *path) in chroot()
610 int sys_mkdir(const char *path, mode_t mode) in sys_mkdir()
622 int mkdir(const char *path, mode_t mode) in mkdir()
[all …]
H A Dfcntl.h22 int sys_openat(int dirfd, const char *path, int flags, mode_t mode) in sys_openat()
28 int openat(int dirfd, const char *path, int flags, ...) in openat()
48 int sys_open(const char *path, int flags, mode_t mode) in sys_open()
54 int open(const char *path, int flags, ...) in open()
/linux/tools/include/nolibc/sys/
H A Dstat.h26 int sys_statx(int fd, const char *path, int flags, unsigned int mask, struct statx *buf) in sys_statx()
36 int statx(int fd, const char *path, int flags, unsigned int mask, struct statx *buf) in statx()
43 int fstatat(int fd, const char *path, struct stat *buf, int flag) in fstatat()
77 int stat(const char *path, struct stat *buf) in stat()
89 int lstat(const char *path, struct stat *buf) in lstat()
/linux/fs/btrfs/
H A Ddir-item.c24 struct btrfs_path *path, in insert_with_overflow()
57 struct btrfs_path *path, u64 objectid, in btrfs_insert_xattr_item()
114 struct btrfs_path *path; in btrfs_insert_dir_item() local
176 struct btrfs_root *root, struct btrfs_path *path, in btrfs_lookup_match_dir()
211 struct btrfs_path *path, u64 dir, in btrfs_lookup_dir_item()
301 struct btrfs_path *path, u64 dir, in btrfs_lookup_dir_index_item()
320 btrfs_search_dir_index_item(struct btrfs_root *root, struct btrfs_path *path, in btrfs_search_dir_index_item()
348 struct btrfs_path *path, u64 dir, in btrfs_lookup_xattr()
371 struct btrfs_dir_item *btrfs_match_dir_item_name(const struct btrfs_path *path, in btrfs_match_dir_item_name()
408 struct btrfs_path *path, in btrfs_delete_one_dir_name()
H A Dctree.c851 struct btrfs_path *path, int level) in balance_level()
1121 struct btrfs_path *path, int level) in push_nodes_for_insert()
1271 struct btrfs_path *path, in reada_for_search()
1353 static noinline void reada_for_balance(struct btrfs_path *path, int level) in reada_for_balance()
1386 static noinline void unlock_up(struct btrfs_path *path, int level, in unlock_up()
1643 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path, in btrfs_find_item()
1772 static int finish_need_commit_sem_search(struct btrfs_path *path) in finish_need_commit_sem_search()
1821 struct btrfs_path *path, in search_leaf()
2334 static int btrfs_prev_leaf(struct btrfs_root *root, struct btrfs_path *path) in btrfs_prev_leaf()
2490 struct btrfs_path *path) in btrfs_search_backwards()
[all …]
H A Dtree-log.c397 struct btrfs_path *path, in overwrite_item()
624 struct btrfs_path *path, in replay_one_extent()
919 struct btrfs_path *path, in drop_one_dir_item()
966 struct btrfs_path *path, in inode_in_dir()
1017 struct btrfs_path *path; in backref_in_log() local
1046 struct btrfs_path *path, in __add_inode_ref()
1261 struct btrfs_path *path, in unlink_old_inode_refs()
1345 struct btrfs_path *path, in add_inode_ref()
1484 static int count_inode_extrefs(struct btrfs_inode *inode, struct btrfs_path *path) in count_inode_extrefs()
1527 static int count_inode_refs(struct btrfs_inode *inode, struct btrfs_path *path) in count_inode_refs()
[all …]
H A Dfree-space-tree.c71 struct btrfs_path *path) in add_new_free_space_info()
103 struct btrfs_path *path, int cow) in search_free_space_info()
206 struct btrfs_path *path) in convert_free_space_to_bitmaps()
348 struct btrfs_path *path) in convert_free_space_to_extents()
485 struct btrfs_path *path, in update_free_space_extent_count()
522 struct btrfs_path *path, u64 offset) in free_space_test_bit()
545 struct btrfs_path *path, u64 *start, u64 *size, in free_space_set_bits()
613 struct btrfs_path *path, in modify_free_space_bitmap()
726 struct btrfs_path *path, in remove_free_space_extent()
813 struct btrfs_path *path, u64 start, u64 size) in __remove_from_free_space_tree()
[all …]
/linux/include/linux/
H A Dinterconnect.h38 struct icc_path *path; member
82 static inline void icc_put(struct icc_path *path) in icc_put()
86 static inline int icc_enable(struct icc_path *path) in icc_enable()
91 static inline int icc_disable(struct icc_path *path) in icc_disable()
96 static inline int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw()
101 static inline void icc_set_tag(struct icc_path *path, u32 tag) in icc_set_tag()
105 static inline const char *icc_get_name(struct icc_path *path) in icc_get_name()
/linux/drivers/interconnect/
H A Dcore.c172 struct icc_path *path; in path_init() local
201 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); in path_find() local
304 static int apply_constraints(struct icc_path *path) in apply_constraints()
428 struct icc_path **ptr, *path; in devm_of_icc_get() local
463 struct icc_path *path; in of_icc_get_by_index() local
605 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); in icc_get() local
645 void icc_set_tag(struct icc_path *path, u32 tag) in icc_set_tag()
670 const char *icc_get_name(struct icc_path *path) in icc_get_name()
694 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw()
747 static int __icc_enable(struct icc_path *path, bool enable) in __icc_enable()
[all …]
/linux/tools/testing/selftests/sched_ext/
H A Dutil.c14 static ssize_t read_text(const char *path, char *buf, size_t max_len) in read_text()
33 static ssize_t write_text(const char *path, char *buf, ssize_t len) in write_text()
47 long file_read_long(const char *path) in file_read_long()
58 int file_write_long(const char *path, long val) in file_write_long()
/linux/tools/perf/util/
H A Dtrace-event-info.c90 char *path = get_events_file("header_page"); in record_header_files() local
226 char *path; in record_ftrace_files() local
257 char *path; in record_event_files() local
338 char *path; in record_ftrace_printk() local
366 char *path; in record_saved_cmdline() local
406 struct tracepoint_path *path = NULL; in tracepoint_id_to_path() local
472 struct tracepoint_path *path = tracepoint_id_to_path(config); in tracepoint_id_to_name() local
484 struct tracepoint_path *path = zalloc(sizeof(*path)); in tracepoint_name_to_path() local
507 struct tracepoint_path path, *ppath = &path; in get_tracepoints_path() local
/linux/tools/perf/tests/
H A Dtopology.c17 static int get_temp(char *path) in get_temp() argument
33 static int session_write_header(char *path) in session_write_header() argument
62 static int check_cpu_topology(char *path, struct perf_cpu_map *map) in check_cpu_topology() argument
207 char path[PATH_MA in test__session_topology() local
[all...]

12345678910>>...27