Home
last modified time | relevance | path

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

12345678910>>...24

/Linux-v4.19/drivers/video/fbdev/mmp/
Dcore.c29 static struct mmp_overlay *path_get_overlay(struct mmp_path *path, in path_get_overlay()
37 static int path_check_status(struct mmp_path *path) in path_check_status()
54 static int path_get_modelist(struct mmp_path *path, in path_get_modelist()
87 struct mmp_path *path; in mmp_register_panel() local
117 struct mmp_path *path; in mmp_unregister_panel() local
143 struct mmp_path *path; in mmp_get_path() local
170 struct mmp_path *path = NULL; in mmp_register_path() local
232 void mmp_unregister_path(struct mmp_path *path) in mmp_unregister_path()
/Linux-v4.19/drivers/thunderbolt/
Dpath.c38 struct tb_path *path = kzalloc(sizeof(*path), GFP_KERNEL); in tb_path_alloc() local
54 void tb_path_free(struct tb_path *path) in tb_path_free()
64 static void __tb_path_deallocate_nfc(struct tb_path *path, int first_hop) in __tb_path_deallocate_nfc()
77 static void __tb_path_deactivate_hops(struct tb_path *path, int first_hop) in __tb_path_deactivate_hops()
91 void tb_path_deactivate(struct tb_path *path) in tb_path_deactivate()
116 int tb_path_activate(struct tb_path *path) in tb_path_activate()
225 bool tb_path_is_invalid(struct tb_path *path) in tb_path_is_invalid()
/Linux-v4.19/security/tomoyo/
Dtomoyo.c142 static int tomoyo_inode_getattr(const struct path *path) in tomoyo_inode_getattr()
154 static int tomoyo_path_truncate(const struct path *path) in tomoyo_path_truncate()
169 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_unlink() local
185 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mkdir() local
200 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_rmdir() local
216 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_symlink() local
233 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mknod() local
355 static int tomoyo_path_chmod(const struct path *path, umode_t mode) in tomoyo_path_chmod()
370 static int tomoyo_path_chown(const struct path *path, kuid_t uid, kgid_t gid) in tomoyo_path_chown()
389 static int tomoyo_path_chroot(const struct path *path) in tomoyo_path_chroot()
[all …]
/Linux-v4.19/include/linux/
Dpath.h8 struct path { struct
13 extern void path_get(const struct path *); argument
21 static inline void path_put_init(struct path *path) in path_put_init()
Dfsnotify.h21 static inline int fsnotify_parent(const struct path *path, struct dentry *dentry, __u32 mask) in fsnotify_parent()
32 const struct path *path = &file->f_path; in fsnotify_perm() local
176 const struct path *path = &file->f_path; in fsnotify_access() local
194 const struct path *path = &file->f_path; in fsnotify_modify() local
212 const struct path *path = &file->f_path; in fsnotify_open() local
228 const struct path *path = &file->f_path; in fsnotify_close() local
Dnamei.h55 struct path *path) in user_path_at()
60 static inline int user_path(const char __user *name, struct path *path) in user_path()
65 static inline int user_lpath(const char __user *name, struct path *path) in user_lpath()
70 static inline int user_path_dir(const char __user *name, struct path *path) in user_path_dir()
/Linux-v4.19/fs/btrfs/tests/
Dfree-space-tree-tests.c21 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()
212 struct btrfs_path *path, in test_remove_end()
236 struct btrfs_path *path, in test_remove_middle()
261 struct btrfs_path *path, in test_merge_left()
299 struct btrfs_path *path, in test_merge_right()
338 struct btrfs_path *path, in test_merge_both()
[all …]
/Linux-v4.19/fs/btrfs/
Dfree-space-tree.c48 struct btrfs_path *path) in add_new_free_space_info()
81 struct btrfs_path *path, int cow) in search_free_space_info()
181 struct btrfs_path *path) in convert_free_space_to_bitmaps()
320 struct btrfs_path *path) in convert_free_space_to_extents()
453 struct btrfs_path *path, in update_free_space_extent_count()
491 struct btrfs_path *path, u64 offset) in free_space_test_bit()
513 struct btrfs_path *path, u64 *start, u64 *size, in free_space_set_bits()
581 struct btrfs_path *path, in modify_free_space_bitmap()
694 struct btrfs_path *path, in remove_free_space_extent()
780 struct btrfs_path *path, u64 start, u64 size) in __remove_from_free_space_tree()
[all …]
Ddir-item.c21 struct btrfs_path *path, in insert_with_overflow()
57 struct btrfs_path *path, u64 objectid, in btrfs_insert_xattr_item()
115 struct btrfs_path *path; in btrfs_insert_dir_item() local
181 struct btrfs_path *path, u64 dir, in btrfs_lookup_dir_item()
213 struct btrfs_path *path; in btrfs_check_dir_item_collision() local
274 struct btrfs_path *path, u64 dir, in btrfs_lookup_dir_index_item()
297 struct btrfs_path *path, u64 dirid, in btrfs_search_dir_index_item()
345 struct btrfs_path *path, u64 dir, in btrfs_lookup_xattr()
372 struct btrfs_path *path, in btrfs_match_dir_item_name()
409 struct btrfs_path *path, in btrfs_delete_one_dir_name()
Droot-tree.c65 struct btrfs_path *path, struct btrfs_root_item *root_item, in btrfs_find_root()
123 struct btrfs_path *path; in btrfs_update_root() local
210 struct btrfs_path *path; in btrfs_find_orphan_roots() local
326 struct btrfs_path *path; in btrfs_del_root() local
350 struct btrfs_path *path; in btrfs_del_root_ref() local
422 struct btrfs_path *path; in btrfs_add_root_ref() local
/Linux-v4.19/fs/nilfs2/
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()
415 nilfs_btree_get_nonroot_node(const struct nilfs_btree_path *path, int level) in nilfs_btree_get_nonroot_node()
421 nilfs_btree_get_sib_node(const struct nilfs_btree_path *path, int level) in nilfs_btree_get_sib_node()
433 const struct nilfs_btree_path *path, in nilfs_btree_get_node()
536 struct nilfs_btree_path *path, in nilfs_btree_do_lookup()
598 struct nilfs_btree_path *path, in nilfs_btree_do_lookup_last()
647 const struct nilfs_btree_path *path, in nilfs_btree_get_next_key()
677 struct nilfs_btree_path *path; in nilfs_btree_lookup() local
695 struct nilfs_btree_path *path; in nilfs_btree_lookup_contig() local
[all …]
/Linux-v4.19/tools/perf/tests/
Dtopology.c14 static int get_temp(char *path) in get_temp()
30 static int session_write_header(char *path) in session_write_header()
60 static int check_cpu_topology(char *path, struct cpu_map *map) in check_cpu_topology()
118 char path[PATH_MAX]; in test__session_topology() local
Dkmod-path.c8 static int test(const char *path, bool alloc_name, bool kmod, in test()
33 static int test_is_kernel_module(const char *path, int cpumode, bool expect) in test_is_kernel_module()
42 #define T(path, an, k, c, n) \ argument
45 #define M(path, c, e) \ argument
/Linux-v4.19/tools/testing/selftests/memfd/
Dfuse_mnt.c27 static int memfd_getattr(const char *path, struct stat *st) in memfd_getattr()
45 static int memfd_readdir(const char *path, in memfd_readdir()
61 static int memfd_open(const char *path, struct fuse_file_info *fi) in memfd_open()
75 static int memfd_read(const char *path, in memfd_read()
/Linux-v4.19/fs/ext4/
Dextents.c134 struct ext4_ext_path *path) in ext4_ext_get_access()
153 struct inode *inode, struct ext4_ext_path *path) in __ext4_ext_dirty()
171 struct ext4_ext_path *path, in ext4_ext_find_goal()
221 struct ext4_ext_path *path, in ext4_ext_new_meta_block()
291 struct ext4_ext_path *path = *ppath; in ext4_force_split_extent_at() local
570 struct ext4_ext_path *path = NULL; in ext4_ext_precache() local
629 static void ext4_ext_show_path(struct inode *inode, struct ext4_ext_path *path) in ext4_ext_show_path()
650 static void ext4_ext_show_leaf(struct inode *inode, struct ext4_ext_path *path) in ext4_ext_show_leaf()
673 static void ext4_ext_show_move(struct inode *inode, struct ext4_ext_path *path, in ext4_ext_show_move()
706 #define ext4_ext_show_path(inode, path) argument
[all …]
/Linux-v4.19/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.c135 struct mmp_path *path = overlay->path; in dmafetch_set_fmt() local
177 struct mmp_path *path = overlay->path; in dmafetch_onoff() local
187 static void path_enabledisable(struct mmp_path *path, int on) in path_enabledisable()
200 static void path_onoff(struct mmp_path *path, int on) in path_onoff()
258 static void path_set_mode(struct mmp_path *path, struct mmp_mode *mode) in path_set_mode()
349 static void path_set_default(struct mmp_path *path) in path_set_default()
404 struct mmp_path *path = NULL; in path_init() local
/Linux-v4.19/drivers/md/
Ddm-queue-length.c37 struct dm_path *path; member
86 static int ql_status(struct path_selector *ps, struct dm_path *path, in ql_status()
111 static int ql_add_path(struct path_selector *ps, struct dm_path *path, in ql_add_path()
160 static void ql_fail_path(struct path_selector *ps, struct dm_path *path) in ql_fail_path()
171 static int ql_reinstate_path(struct path_selector *ps, struct dm_path *path) in ql_reinstate_path()
219 static int ql_start_io(struct path_selector *ps, struct dm_path *path, in ql_start_io()
229 static int ql_end_io(struct path_selector *ps, struct dm_path *path, in ql_end_io()
Ddm-service-time.c32 struct dm_path *path; member
82 static int st_status(struct path_selector *ps, struct dm_path *path, in st_status()
108 static int st_add_path(struct path_selector *ps, struct dm_path *path, in st_add_path()
173 static void st_fail_path(struct path_selector *ps, struct dm_path *path) in st_fail_path()
184 static int st_reinstate_path(struct path_selector *ps, struct dm_path *path) in st_reinstate_path()
301 static int st_start_io(struct path_selector *ps, struct dm_path *path, in st_start_io()
311 static int st_end_io(struct path_selector *ps, struct dm_path *path, in st_end_io()
/Linux-v4.19/fs/
Dnamei.c469 void path_get(const struct path *path) in path_get()
482 void path_put(const struct path *path) in path_put()
491 struct path path; member
562 static bool path_connected(const struct path *path) in path_connected()
616 struct path *path, unsigned seq) in legitimize_path()
827 static void path_put_conditional(struct path *path, struct nameidata *nd) in path_put_conditional()
834 static inline void path_to_nameidata(const struct path *path, in path_to_nameidata()
870 void nd_jump_link(struct path *path) in nd_jump_link()
1112 int follow_up(struct path *path) in follow_up()
1140 static int follow_automount(struct path *path, struct nameidata *nd, in follow_automount()
[all …]
Dfhandle.c17 static long do_sys_name_to_handle(struct path *path, in do_sys_name_to_handle()
97 struct path path; in SYSCALL_DEFINE5() local
140 struct path *path) in do_handle_to_path()
168 struct path *path) in handle_to_path()
219 struct path path; in do_handle_open() local
/Linux-v4.19/drivers/staging/rtlwifi/phydm/rtl8822b/
Dphydm_iqk_8822b.c119 struct dm_iqk_info *iqk_info, u8 path) in phydm_set_iqk_cfir()
341 u8 path; in _iqk_backup_iqk_8822b() local
368 u8 i, path, idx; in _iqk_reload_iqk_setting_8822b() local
474 u8 path; in _iqk_rf_setting_8822b() local
535 static void _iqk_lok_setting_8822b(struct phy_dm_struct *dm, u8 path) in _iqk_lok_setting_8822b()
569 static void _iqk_txk_setting_8822b(struct phy_dm_struct *dm, u8 path) in _iqk_txk_setting_8822b()
599 static void _iqk_rxk1_setting_8822b(struct phy_dm_struct *dm, u8 path) in _iqk_rxk1_setting_8822b()
627 static void _iqk_rxk2_setting_8822b(struct phy_dm_struct *dm, u8 path, in _iqk_rxk2_setting_8822b()
693 u8 path, u8 step) in _iqk_rx_iqk_gain_search_fail_8822b()
776 static bool _lok_one_shot_8822b(void *dm_void, u8 path) in _lok_one_shot_8822b()
[all …]
/Linux-v4.19/tools/testing/selftests/efivarfs/
Dopen-unlink.c13 static int set_immutable(const char *path, int immutable) in set_immutable()
44 static int get_immutable(const char *path) in get_immutable()
70 const char *path; in main() local
/Linux-v4.19/security/apparmor/
Dmount.c295 static int path_flags(struct aa_profile *profile, const struct path *path) in path_flags()
375 static int match_mnt(struct aa_profile *profile, const struct path *path, in match_mnt()
401 int aa_remount(struct aa_label *label, const struct path *path, in aa_remount()
423 int aa_bind_mount(struct aa_label *label, const struct path *path, in aa_bind_mount()
453 int aa_mount_change_type(struct aa_label *label, const struct path *path, in aa_mount_change_type()
476 int aa_move_mount(struct aa_label *label, const struct path *path, in aa_move_mount()
505 const struct path *path, const char *type, unsigned long flags, in aa_new_mount()
556 static int profile_umount(struct aa_profile *profile, struct path *path, in profile_umount()
592 struct path path = { .mnt = mnt, .dentry = mnt->mnt_root }; in aa_umount() local
/Linux-v4.19/tools/testing/selftests/ia64/
Daliasing-test.c27 static int map_mem(char *path, off_t offset, size_t length, int touch) in map_mem()
65 static int scan_tree(char *path, char *file, off_t offset, size_t length, int touch) in scan_tree()
122 static int read_rom(char *path) in read_rom()
150 static int scan_rom(char *path, char *file) in scan_rom()
/Linux-v4.19/tools/testing/selftests/bpf/
Dcgroup_helpers.c32 #define format_cgroup_path(buf, path) \ argument
121 int join_cgroup(const char *path) in join_cgroup()
161 int create_and_get_cgroup(const char *path) in create_and_get_cgroup()
189 unsigned long long get_cgroup_id(const char *path) in get_cgroup_id()

12345678910>>...24