Home
last modified time | relevance | path

Searched defs:path (Results 176 – 200 of 920) sorted by relevance

12345678910>>...37

/linux-6.15/fs/autofs/
Dexpire.c33 struct path path = {.mnt = mnt, .dentry = dentry}; in autofs_mount_busy() local
489 int autofs_expire_wait(const struct path *path, int rcu_walk) in autofs_expire_wait()
588 const struct path path = { .mnt = mnt, .dentry = dentry }; in autofs_do_expire_multi() local
/linux-6.15/fs/btrfs/
Dvolumes.c779 static noinline struct btrfs_device *device_list_add(const char *path, in device_list_add()
1384 const char *path, dev_t devt, in btrfs_skip_registration()
1433 struct btrfs_device *btrfs_scan_one_device(const char *path, blk_mode_t flags, in btrfs_scan_one_device()
1678 struct btrfs_path *path; in find_free_dev_extent() local
1821 struct btrfs_path *path; in btrfs_free_dev_extent() local
1892 struct btrfs_path *path; in find_next_devid() local
1937 struct btrfs_path *path; in btrfs_add_dev_item() local
1996 struct path path; in update_dev_time() local
2012 struct btrfs_path *path; in btrfs_rm_dev_item() local
2442 const char *path) in btrfs_get_dev_args_from_path()
[all …]
Dinode.c90 struct btrfs_path path; member
216 struct btrfs_path path = { 0 }; in print_data_reloc_error() local
451 struct btrfs_path *path, in insert_inline_extent()
612 struct btrfs_path *path; in __cow_file_range_inline() local
1821 static int can_nocow_file_extent(struct btrfs_path *path, in can_nocow_file_extent()
2048 struct btrfs_path *path; in run_delalloc_nocow() local
2948 struct btrfs_path *path; in insert_reserved_file_extent() local
3555 struct btrfs_path *path; in btrfs_orphan_cleanup() local
3878 static int btrfs_read_locked_inode(struct btrfs_inode *inode, struct btrfs_path *path) in btrfs_read_locked_inode()
4138 struct btrfs_path *path; in btrfs_update_inode_item() local
[all …]
Dref-verify.c433 struct btrfs_path *path, struct btrfs_key *key, in process_extent_item()
509 struct btrfs_path *path, u64 *bytenr, u64 *num_bytes, in process_leaf()
563 static int walk_down_tree(struct btrfs_root *root, struct btrfs_path *path, in walk_down_tree()
592 static int walk_up_tree(struct btrfs_path *path, int *level) in walk_up_tree()
992 struct btrfs_path *path; in btrfs_build_ref_tree() local
Dxattr.c32 struct btrfs_path *path; in btrfs_getxattr() local
88 struct btrfs_path *path; in btrfs_setxattr() local
281 struct btrfs_path *path; in btrfs_listxattr() local
/linux-6.15/fs/notify/fanotify/
Dfanotify.c25 static unsigned int fanotify_hash_path(const struct path *path) in fanotify_hash_path()
308 const struct path *path = fsnotify_data_path(data, data_type); in fanotify_group_event_mask() local
547 static struct fanotify_event *fanotify_alloc_path_event(const struct path *path, in fanotify_alloc_path_event()
583 const struct path *path = fsnotify_data_path(data, data_type); in fanotify_alloc_perm_event() local
752 const struct path *path = fsnotify_data_path(data, data_type); in fanotify_alloc_event() local
/linux-6.15/drivers/md/
Ddm-uevent.c62 const char *path, in dm_build_path_uevent()
171 const char *path, unsigned int nr_valid_paths) in dm_path_uevent()
/linux-6.15/tools/perf/
Dbuiltin-config.c159 char path[PATH_MAX]; in perf_config__set_variable() local
199 char path[PATH_MAX]; in cmd_config() local
/linux-6.15/drivers/net/wireless/realtek/rtw88/
Dphy.c268 u8 path; in rtw_phy_dig_write() local
909 u8 path; in rtw_phy_rf_power_2_rssi() local
2219 void rtw_get_tx_power_params(struct rtw_dev *rtwdev, u8 path, u8 rate, u8 bw, in rtw_get_tx_power_params()
2286 u8 ch, u8 path, u8 rs) in rtw_phy_set_tx_power_index_by_rs()
2317 u8 ch, u8 path) in rtw_phy_set_tx_power_level_by_path()
2336 u8 path; in rtw_phy_set_tx_power_level() local
2349 rtw_phy_tx_power_by_rate_config_by_path(struct rtw_hal *hal, u8 path, in rtw_phy_tx_power_by_rate_config_by_path()
2373 u8 path, rs; in rtw_phy_tx_power_by_rate_config() local
2430 u8 regd, path, rate, rs, bw; in rtw_phy_init_tx_power() local
2515 void rtw_phy_pwrtrack_avg(struct rtw_dev *rtwdev, u8 thermal, u8 path) in rtw_phy_pwrtrack_avg()
[all …]
/linux-6.15/tools/perf/util/
Ddata.h21 char *path; member
30 const char *path; member
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfirmware.h55 const char *path; member
77 char *path; member
/linux-6.15/fs/
Dstat.c178 int vfs_getattr_nosec(const struct path *path, struct kstat *stat, in vfs_getattr_nosec()
251 int vfs_getattr(const struct path *path, struct kstat *stat, in vfs_getattr()
293 static int vfs_statx_path(struct path *path, int flags, struct kstat *stat, in vfs_statx_path()
341 struct path path; in vfs_statx() local
558 struct path path; in do_readlinkat() local
602 SYSCALL_DEFINE3(readlink, const char __user *, path, char __user *, buf, in SYSCALL_DEFINE3() argument
Dpidfs.c593 static int pidfs_getattr(struct mnt_idmap *idmap, const struct path *path, in pidfs_getattr()
718 struct path path; in pidfs_fh_to_dentry() local
766 static inline bool pidfs_pid_valid(struct pid *pid, const struct path *path, in pidfs_pid_valid()
804 static struct file *pidfs_export_open(struct path *path, unsigned int oflags) in pidfs_export_open()
/linux-6.15/fs/bcachefs/
Dbtree_write_buffer.c119 struct btree_path *path = btree_iter_path(trans, iter); in wb_flush_one_slowpath() local
140 struct btree_path *path; in wb_flush_one() local
363 struct btree_path *path = btree_iter_path(trans, &iter); in bch2_btree_write_buffer_flush_locked() local
414 struct btree_path *path = btree_iter_path(trans, &iter); in bch2_btree_write_buffer_flush_locked() local
/linux-6.15/fs/overlayfs/
Dparams.c231 static int ovl_mount_dir_noesc(const char *name, struct path *path) in ovl_mount_dir_noesc()
263 static int ovl_mount_dir(const char *name, struct path *path) in ovl_mount_dir()
276 static int ovl_mount_dir_check(struct fs_context *fc, const struct path *path, in ovl_mount_dir_check()
339 struct path *path, char **pname) in ovl_add_layer()
Dreaddir.c271 static int ovl_check_whiteouts(const struct path *path, struct ovl_readdir_data *rdd) in ovl_check_whiteouts()
469 static int ovl_cache_update(const struct path *path, struct ovl_cache_entry *p, bool update_ino) in ovl_cache_update()
566 static int ovl_dir_read_impure(const struct path *path, struct list_head *list, in ovl_dir_read_impure()
611 static struct ovl_dir_cache *ovl_cache_get_impure(const struct path *path) in ovl_cache_get_impure()
1088 static int ovl_workdir_cleanup_recurse(struct ovl_fs *ofs, const struct path *path, in ovl_workdir_cleanup_recurse()
1158 struct path path = { .mnt = mnt, .dentry = dentry }; in ovl_workdir_cleanup() local
1176 struct path path = { .mnt = ovl_upper_mnt(ofs), .dentry = indexdir }; in ovl_indexdir_cleanup() local
Dsuper.c263 struct path path; in ovl_statfs() local
384 static int ovl_check_namelen(const struct path *path, struct ovl_fs *ofs, in ovl_check_namelen()
398 static int ovl_lower_dir(const char *name, struct path *path, in ovl_lower_dir()
939 static int ovl_get_fsid(struct ovl_fs *ofs, const struct path *path) in ovl_get_fsid()
1286 struct path path = { in ovl_get_root() local
/linux-6.15/net/ipv4/
Dxfrm4_policy.c101 struct dst_entry *path = xdst->route; in xfrm4_update_pmtu() local
110 struct dst_entry *path = xdst->route; in xfrm4_redirect() local
/linux-6.15/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c56 void rtl8723be_phy_set_rf_reg(struct ieee80211_hw *hw, enum radio_path path, in rtl8723be_phy_set_rf_reg()
244 u8 band, path, txnum, section; in _rtl8723be_phy_init_tx_power_by_rate() local
279 u8 path, u8 rate_section, in _rtl8723be_phy_set_txpower_by_rate_base()
321 u8 band, u8 path, u8 txnum, in _rtl8723be_phy_get_txpower_by_rate_base()
368 u8 base = 0, path = 0; in _rtl8723be_phy_store_txpower_by_rate_base() local
803 static u8 _rtl8723be_phy_get_ratesection_intxpower_byrate(enum radio_path path, in _rtl8723be_phy_get_ratesection_intxpower_byrate()
942 static u8 _rtl8723be_get_txpower_index(struct ieee80211_hw *hw, u8 path, in _rtl8723be_get_txpower_index()
994 u8 power_index, u8 path, u8 rate) in _rtl8723be_phy_set_txpower_index()
/linux-6.15/io_uring/
Dxattr.c84 const char __user *path; in io_getxattr_prep() local
160 const char __user *path; in io_setxattr_prep() local
/linux-6.15/fs/btrfs/tests/
Dinode-tests.c20 struct btrfs_path path; in insert_extent() local
57 struct btrfs_path path; in insert_inode_item_key() local
/linux-6.15/kernel/
Daudit_fsnotify.c29 char *path; /* insertion path */ member
77 struct path path; in audit_alloc_mark() local
/linux-6.15/tools/testing/selftests/sgx/
Dload.c44 static bool encl_map_bin(const char *path, struct encl *encl) in encl_map_bin()
177 bool encl_load(const char *path, struct encl *encl, unsigned long heap_size) in encl_load()
/linux-6.15/drivers/xen/xenbus/
Dxenbus_probe_frontend.c89 const char *path, const char *token) in backend_changed()
178 const char *path, const char *token) in frontend_changed()
349 const char *path, const char *token) in xenbus_reset_backend_state_changed()
/linux-6.15/drivers/s390/net/
Dnetiucv.c141 struct iucv_path *path; member
478 static void netiucv_callback_rx(struct iucv_path *path, in netiucv_callback_rx()
489 static void netiucv_callback_txdone(struct iucv_path *path, in netiucv_callback_txdone()
500 static void netiucv_callback_connack(struct iucv_path *path, u8 ipuser[16]) in netiucv_callback_connack()
507 static int netiucv_callback_connreq(struct iucv_path *path, u8 *ipvmid, in netiucv_callback_connreq()
538 static void netiucv_callback_connrej(struct iucv_path *path, u8 *ipuser) in netiucv_callback_connrej()
545 static void netiucv_callback_connsusp(struct iucv_path *path, u8 *ipuser) in netiucv_callback_connsusp()
552 static void netiucv_callback_connres(struct iucv_path *path, u8 *ipuser) in netiucv_callback_connres()
769 struct iucv_path *path = ev->data; in conn_action_connaccept() local
792 struct iucv_path *path = ev->data; in conn_action_connreject() local

12345678910>>...37