Home
last modified time | relevance | path

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

12345678910>>...30

/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() argument
50 int BPF_PROG(test_cgrp_acquire_leave_in_map, struct cgroup *cgrp, const char *path) in BPF_PROG() argument
65 int BPF_PROG(test_cgrp_xchg_release, struct cgroup *cgrp, const char *path) in BPF_PROG() argument
108 int BPF_PROG(test_cgrp_get_release, struct cgroup *cgrp, const char *path) in BPF_PROG() argument
139 int BPF_PROG(test_cgrp_get_ancestors, struct cgroup *cgrp, const char *path) in BPF_PROG() argument
184 int BPF_PROG(test_cgrp_from_id, struct cgroup *cgrp, const char *path) in BPF_PROG() argument
/linux/tools/testing/selftests/mm/
H A Dthp_settings.c46 int read_file(const char *path, char *buf, size_t buflen) in read_file()
67 int write_file(const char *path, const char *buf, size_t buflen) in write_file()
90 unsigned long read_num(const char *path) in read_num()
102 void write_num(const char *path, unsigned long num) in write_num()
115 char path[PATH_MAX]; in thp_read_string() local
160 char path[PATH_MAX]; in thp_write_string() local
177 char path[PATH_MAX]; in thp_read_num() local
190 char path[PATH_MAX]; in thp_write_num() local
205 char path[PATH_MAX]; in thp_read_settings() local
257 char path[PATH_MAX]; in thp_write_settings() local
[all …]
/linux/fs/btrfs/tests/
H A Dfree-space-tree-tests.c23 struct btrfs_path *path, in __check_free_space_extents() argument
110 check_free_space_extents(struct btrfs_trans_handle * trans,struct btrfs_fs_info * fs_info,struct btrfs_block_group * cache,struct btrfs_path * path,const struct free_space_extent * const extents,unsigned int num_extents) check_free_space_extents() argument
153 test_empty_block_group(struct btrfs_trans_handle * trans,struct btrfs_fs_info * fs_info,struct btrfs_block_group * cache,struct btrfs_path * path,u32 alignment) test_empty_block_group() argument
167 test_remove_all(struct btrfs_trans_handle * trans,struct btrfs_fs_info * fs_info,struct btrfs_block_group * cache,struct btrfs_path * path,u32 alignment) test_remove_all() argument
187 test_remove_beginning(struct btrfs_trans_handle * trans,struct btrfs_fs_info * fs_info,struct btrfs_block_group * cache,struct btrfs_path * path,u32 alignment) test_remove_beginning() argument
210 test_remove_end(struct btrfs_trans_handle * trans,struct btrfs_fs_info * fs_info,struct btrfs_block_group * cache,struct btrfs_path * path,u32 alignment) test_remove_end() argument
233 test_remove_middle(struct btrfs_trans_handle * trans,struct btrfs_fs_info * fs_info,struct btrfs_block_group * cache,struct btrfs_path * path,u32 alignment) test_remove_middle() argument
257 test_merge_left(struct btrfs_trans_handle * trans,struct btrfs_fs_info * fs_info,struct btrfs_block_group * cache,struct btrfs_path * path,u32 alignment) test_merge_left() argument
293 test_merge_right(struct btrfs_trans_handle * trans,struct btrfs_fs_info * fs_info,struct btrfs_block_group * cache,struct btrfs_path * path,u32 alignment) test_merge_right() argument
330 test_merge_both(struct btrfs_trans_handle * trans,struct btrfs_fs_info * fs_info,struct btrfs_block_group * cache,struct btrfs_path * path,u32 alignment) test_merge_both() argument
373 test_merge_none(struct btrfs_trans_handle * trans,struct btrfs_fs_info * fs_info,struct btrfs_block_group * cache,struct btrfs_path * path,u32 alignment) test_merge_none() argument
428 struct btrfs_path *path = NULL; run_test() local
[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.h125 int sys_chdir(const char *path) in sys_chdir() argument
131 int chdir(const char *path) in chdir() argument
154 int sys_chmod(const char *path, mode_t mode) in sys_chmod() argument
164 int chmod(const char *path, mode_ argument
175 sys_chown(const char * path,uid_t owner,gid_t group) sys_chown() argument
185 chown(const char * path,uid_t owner,gid_t group) chown() argument
196 sys_chroot(const char * path) sys_chroot() argument
202 chroot(const char * path) chroot() argument
637 sys_mkdir(const char * path,mode_t mode) sys_mkdir() argument
647 mkdir(const char * path,mode_t mode) mkdir() argument
657 sys_rmdir(const char * path) sys_rmdir() argument
667 rmdir(const char * path) rmdir() argument
678 sys_mknod(const char * path,mode_t mode,dev_t dev) sys_mknod() argument
688 mknod(const char * path,mode_t mode,dev_t dev) mknod() argument
856 sys_umount2(const char * path,int flags) sys_umount2() argument
862 umount2(const char * path,int flags) umount2() argument
873 sys_unlink(const char * path) sys_unlink() argument
883 unlink(const char * path) unlink() argument
[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/testing/selftests/filesystems/fuse/
H A Dfuse_mnt.c23 static int test_getattr(const char *path, struct stat *st) in test_getattr()
43 static int test_readdir(const char *path, void *buf, fuse_fill_dir_t filler, in test_readdir()
56 static int test_open(const char *path, struct fuse_file_info *fi) in test_open()
64 static int test_read(const char *path, char *buf, size_t size, off_t offset, in test_read()
84 static int test_write(const char *path, const char *buf, size_t size, in test_write()
110 static int test_truncate(const char *path, off_t size) in test_truncate()
/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c112 u32 path, i; in rtw8822c_dac_backup_reg() local
141 u32 path, i; in rtw8822c_dac_restore_reg() local
236 static u32 rtw8822c_get_path_write_addr(u8 path) in rtw8822c_get_path_write_addr()
255 static u32 rtw8822c_get_path_read_addr(u8 path) in rtw8822c_get_path_read_addr()
395 u8 path, u32 *adc_ic, u32 *adc_qc) in rtw8822c_dac_cal_adc()
472 static void rtw8822c_dac_cal_step1(struct rtw_dev *rtwdev, u8 path) in rtw8822c_dac_cal_step1()
518 u8 path, u32 *ic_out, u32 *qc_out) in rtw8822c_dac_cal_step2()
566 static void rtw8822c_dac_cal_step3(struct rtw_dev *rtwdev, u8 path, in rtw8822c_dac_cal_step3()
643 static void rtw8822c_dac_cal_step4(struct rtw_dev *rtwdev, u8 path) in rtw8822c_dac_cal_step4()
654 u8 path, u8 vec, u32 w_addr, u32 r_addr) in rtw8822c_dac_cal_backup_vec()
[all …]
/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/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/tools/power/cpupower/utils/helpers/
H A Dmisc.c53 char path[SYSFS_PATH_MAX]; in cpupower_intel_get_perf_bias() local
74 char path[SYSFS_PATH_MAX]; in cpupower_intel_set_perf_bias() local
91 char path[SYSFS_PATH_MAX]; in cpupower_set_epp() local
110 char path[SYSFS_PATH_MAX]; in cpupower_set_amd_pstate_mode() local
146 char path[SYSFS_PATH_MAX]; in cpufreq_has_generic_boost_support() local
279 char path[SYSFS_PATH_MAX]; in cpupower_set_turbo_boost() local
/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/tests/
H A Dkmod-path.c10 static int test(const char *path, bool alloc_name, bool kmod, in test()
35 static int test_is_kernel_module(const char *path, int cpumode, bool expect) in test_is_kernel_module()
44 #define T(path, an, k, c, n) \ argument
47 #define M(path, c, e) \ argument
H A Dtopology.c17 static int get_temp(char *path) in get_temp()
33 static int session_write_header(char *path) in session_write_header()
63 static int check_cpu_topology(char *path, struct perf_cpu_map *map) in check_cpu_topology()
204 char path[PATH_MAX]; in test__session_topology() local
/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/testing/selftests/openat2/
H A Dhelpers.c22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2()
28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2()
33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat()
47 int touchat(int dfd, const char *path) in touchat()
71 bool fdequal(int fd, int dfd, const char *path) in fdequal()
/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c122 struct mmp_path *path = overlay->path; in dmafetch_set_fmt() local
171 struct mmp_path *path = overlay->path; in dmafetch_onoff() local
181 static void path_enabledisable(struct mmp_path *path, int on) in path_enabledisable()
194 static void path_onoff(struct mmp_path *path, int on) in path_onoff()
252 static void path_set_mode(struct mmp_path *path, struct mmp_mode *mode) in path_set_mode()
345 static void path_set_default(struct mmp_path *path) in path_set_default()
400 struct mmp_path *path = NULL; in path_init() local
/linux/drivers/md/
H A Ddm-ps-queue-length.c38 struct dm_path *path; member
87 static int ql_status(struct path_selector *ps, struct dm_path *path, in ql_status()
115 static int ql_add_path(struct path_selector *ps, struct dm_path *path, in ql_add_path()
164 static void ql_fail_path(struct path_selector *ps, struct dm_path *path) in ql_fail_path()
175 static int ql_reinstate_path(struct path_selector *ps, struct dm_path *path) in ql_reinstate_path()
223 static int ql_start_io(struct path_selector *ps, struct dm_path *path, in ql_start_io()
233 static int ql_end_io(struct path_selector *ps, struct dm_path *path, in ql_end_io()
/linux/tools/testing/selftests/memfd/
H A 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/fs/smb/server/
H A Dvfs.c54 ksmbd_vfs_path_lookup(struct ksmbd_share_config * share_conf,char * pathname,unsigned int flags,struct path * path,bool for_remove) ksmbd_vfs_path_lookup() argument
156 struct path path; ksmbd_vfs_create() local
194 struct path path; ksmbd_vfs_mkdir() local
535 ksmbd_vfs_getattr(const struct path * path,struct kstat * stat) ksmbd_vfs_getattr() argument
578 ksmbd_vfs_remove_file(struct ksmbd_work * work,const struct path * path) ksmbd_vfs_remove_file() argument
874 ksmbd_vfs_setxattr(struct mnt_idmap * idmap,const struct path * path,const char * attr_name,void * attr_value,size_t attr_size,int flags,bool get_write) ksmbd_vfs_setxattr() argument
999 ksmbd_vfs_remove_xattr(struct mnt_idmap * idmap,const struct path * path,char * attr_name,bool get_write) ksmbd_vfs_remove_xattr() argument
1151 __ksmbd_vfs_kern_path(struct ksmbd_work * work,char * filepath,unsigned int flags,struct path * path,bool caseless,bool for_remove) __ksmbd_vfs_kern_path() argument
1223 ksmbd_vfs_kern_path(struct ksmbd_work * work,char * filepath,unsigned int flags,struct path * path,bool caseless) ksmbd_vfs_kern_path() argument
1244 ksmbd_vfs_kern_path_start_removing(struct ksmbd_work * work,char * filepath,unsigned int flags,struct path * path,bool caseless) ksmbd_vfs_kern_path_start_removing() argument
1250 ksmbd_vfs_kern_path_end_removing(const struct path * path) ksmbd_vfs_kern_path_end_removing() argument
1260 ksmbd_vfs_kern_path_create(struct ksmbd_work * work,const char * name,unsigned int flags,struct path * path) ksmbd_vfs_kern_path_create() argument
1275 ksmbd_vfs_remove_acl_xattrs(struct mnt_idmap * idmap,const struct path * path) ksmbd_vfs_remove_acl_xattrs() argument
1314 ksmbd_vfs_remove_sd_xattrs(struct mnt_idmap * idmap,const struct path * path) ksmbd_vfs_remove_sd_xattrs() argument
1410 ksmbd_vfs_set_sd_xattr(struct ksmbd_conn * conn,struct mnt_idmap * idmap,const struct path * path,struct smb_ntsd * pntsd,int len,bool get_write) ksmbd_vfs_set_sd_xattr() argument
1547 ksmbd_vfs_set_dos_attrib_xattr(struct mnt_idmap * idmap,const struct path * path,struct xattr_dos_attrib * da,bool get_write) ksmbd_vfs_set_dos_attrib_xattr() argument
1630 struct path path = { ksmbd_vfs_fill_dentry_attrs() local
1810 ksmbd_vfs_set_init_posix_acl(struct mnt_idmap * idmap,const struct path * path) ksmbd_vfs_set_init_posix_acl() argument
1863 ksmbd_vfs_inherit_posix_acl(struct mnt_idmap * idmap,const struct path * path,struct inode * parent_inode) ksmbd_vfs_inherit_posix_acl() argument
[all...]
/linux/tools/hv/
H A Dvmbus_testing122 def validate_args_path(path, arg_set, file_map): argument
138 def get_device_test_values(path, file_map): argument
146 def recursive_file_lookup(path, file_map): argument
175 def read_test_files(path): argument
191 def write_test_files(path, value): argument
/linux/fs/btrfs/
H A Dfree-space-tree.c71 add_new_free_space_info(struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_path * path) add_new_free_space_info() argument
100 btrfs_search_free_space_info(struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_path * path,int cow) btrfs_search_free_space_info() argument
201 btrfs_convert_free_space_to_bitmaps(struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_path * path) btrfs_convert_free_space_to_bitmaps() argument
342 btrfs_convert_free_space_to_extents(struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_path * path) btrfs_convert_free_space_to_extents() argument
478 update_free_space_extent_count(struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_path * path,int new_extents) update_free_space_extent_count() argument
513 btrfs_free_space_test_bit(struct btrfs_block_group * block_group,struct btrfs_path * path,u64 offset) btrfs_free_space_test_bit() argument
536 free_space_modify_bits(struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_path * path,u64 * start,u64 * size,bool set_bits) free_space_modify_bits() argument
604 modify_free_space_bitmap(struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_path * path,u64 start,u64 size,bool remove) modify_free_space_bitmap() argument
710 remove_free_space_extent(struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_path * path,u64 start,u64 size) remove_free_space_extent() argument
790 using_bitmaps(struct btrfs_block_group * bg,struct btrfs_path * path) using_bitmaps() argument
813 __btrfs_remove_from_free_space_tree(struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_path * path,u64 start,u64 size) __btrfs_remove_from_free_space_tree() argument
870 add_free_space_extent(struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_path * path,u64 start,u64 size) add_free_space_extent() argument
994 __btrfs_add_to_free_space_tree(struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_path * path,u64 start,u64 size) __btrfs_add_to_free_space_tree() argument
1382 __add_block_group_free_space(struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_path * path) __add_block_group_free_space() argument
1534 load_free_space_bitmaps(struct btrfs_caching_control * caching_ctl,struct btrfs_path * path,u32 expected_extent_count) load_free_space_bitmaps() argument
1617 load_free_space_extents(struct btrfs_caching_control * caching_ctl,struct btrfs_path * path,u32 expected_extent_count) load_free_space_extents() argument
[all...]

12345678910>>...30