Searched refs:path (Results 1 - 25 of 1248) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/intel/avs/
H A Dtopology.c1336 struct avs_tplg_path *path; local
1340 path = devm_kzalloc(comp->card->dev, sizeof(*path), GFP_KERNEL);
1341 if (!path)
1344 path->owner = owner;
1345 INIT_LIST_HEAD(&path->ppl_list);
1346 INIT_LIST_HEAD(&path->node);
1359 ret = avs_parse_tokens(comp, path, parsers, num_parsers, tuples, offset);
1373 pipeline = avs_tplg_pipeline_create(comp, path, tuples, esize);
1380 list_add_tail(&pipeline->node, &path
1403 struct avs_tplg_path *path; local
[all...]
/linux-master/fs/btrfs/
H A Dvolumes.c737 static noinline struct btrfs_device *device_list_add(const char *path, argument
755 path);
759 error = lookup_bdev(path, &path_devt);
761 btrfs_err(NULL, "failed to lookup block device for path %s: %d",
762 path, error);
781 path, MAJOR(path_devt), MINOR(path_devt),
812 path, MAJOR(path_devt), MINOR(path_devt),
821 disk_super->dev_item.uuid, path);
840 disk_super->label, devid, found_transid, path,
846 disk_super->fsid, devid, found_transid, path,
1323 btrfs_skip_registration(struct btrfs_super_block *disk_super, const char *path, dev_t devt, bool mount_arg_dev) argument
1373 btrfs_scan_one_device(const char *path, blk_mode_t flags, bool mount_arg_dev) argument
1620 struct btrfs_path *path; local
1763 struct btrfs_path *path; local
1834 struct btrfs_path *path; local
1879 struct btrfs_path *path; local
1939 struct path path; local
1955 struct btrfs_path *path; local
2383 btrfs_get_dev_args_from_path(struct btrfs_fs_info *fs_info, struct btrfs_dev_lookup_args *args, const char *path) argument
2564 struct btrfs_path *path; local
2885 struct btrfs_path *path; local
2976 struct btrfs_path *path; local
3423 struct btrfs_path *path; local
3592 struct btrfs_path *path; local
3643 struct btrfs_path *path; local
4011 struct btrfs_path *path = NULL; local
4638 struct btrfs_path *path; local
4788 struct btrfs_path *path = NULL; local
4971 struct btrfs_path *path; local
6927 btrfs_alloc_device(struct btrfs_fs_info *fs_info, const u64 *devid, const u8 *uuid, const char *path) argument
7527 struct btrfs_path *path; local
7699 btrfs_device_init_dev_stats(struct btrfs_device *device, struct btrfs_path *path) argument
7747 struct btrfs_path *path = NULL; local
7779 struct btrfs_path *path; local
8127 struct btrfs_path *path; local
[all...]
H A Dqgroup.c390 struct btrfs_path *path = NULL; local
406 path = btrfs_alloc_path();
407 if (!path) {
424 ret = btrfs_search_slot_for_read(quota_root, &key, path, 1, 1);
431 slot = path->slots[0];
432 l = path->nodes[0];
510 ret = btrfs_next_item(quota_root, path);
516 btrfs_release_path(path);
524 ret = btrfs_search_slot_for_read(quota_root, &key, path, 1, 0);
530 slot = path
655 struct btrfs_path *path; local
679 struct btrfs_path *path; local
709 struct btrfs_path *path; local
777 struct btrfs_path *path; local
823 struct btrfs_path *path; local
866 struct btrfs_path *path; local
911 struct btrfs_path *path; local
955 struct btrfs_path *path; local
1000 struct btrfs_path *path = NULL; local
2107 adjust_slots_upwards(struct btrfs_path *path, int root_level) argument
2501 struct btrfs_path *path = NULL; local
3580 is_last_leaf(struct btrfs_path *path) argument
3595 qgroup_rescan_leaf(struct btrfs_trans_handle *trans, struct btrfs_path *path) argument
3705 struct btrfs_path *path; local
[all...]
H A Dioctl.c834 pending_snapshot->path = btrfs_alloc_path();
835 if (!pending_snapshot->root_item || !pending_snapshot->path) {
908 btrfs_free_path(pending_snapshot->path);
988 static noinline int btrfs_mksubvol(const struct path *parent,
1044 static noinline int btrfs_mksnapshot(const struct path *parent,
1569 static noinline int copy_to_sk(struct btrfs_path *path, argument
1588 leaf = path->nodes[0];
1589 slot = path->slots[0];
1710 struct btrfs_path *path; local
1720 path
1850 struct btrfs_path *path; local
1929 struct btrfs_path *path; local
2167 struct btrfs_path *path; local
2287 struct btrfs_path *path; local
2957 struct btrfs_path *path = NULL; local
3392 struct btrfs_path *path; local
3452 struct btrfs_path *path = NULL; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dfirmware.c32 char path[64]; local
35 snprintf(path, sizeof(path), "%s%s", base, name);
36 ret = nvkm_firmware_get(subdev, path, ver, pfw);
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c132 * There is extra path not for connector. BIOS fill its encoderid as 0
306 /* from graphics_object_id, find display path which includes the object_id */
342 /* from graphics_object_id, find display path which includes the object_id */
2467 info->ext_disp_conn_info.path[i].device_connector_id =
2469 le16_to_cpu(info_v11->extdispconninfo.path[i].connectorobjid));
2471 info->ext_disp_conn_info.path[i].ext_encoder_obj_id =
2474 info_v11->extdispconninfo.path[i].ext_encoder_objid));
2476 info->ext_disp_conn_info.path[i].device_tag =
2478 info_v11->extdispconninfo.path[i].device_tag);
2479 info->ext_disp_conn_info.path[
[all...]
/linux-master/drivers/block/
H A Dublk_drv.c608 /* Called in slow path only, keep it noinline for trace purpose */
616 /* Called in slow path only, keep it noinline for trace purpose */
976 /* called from ublk_abort_queue() code path */
2757 struct path path; local
2760 err = kern_path(dev_path, LOOKUP_FOLLOW, &path);
2764 err = vfs_getattr(&path, &stat, STATX_TYPE, AT_STATX_SYNC_AS_STAT);
2773 d_backing_inode(path.dentry), mask);
2775 path_put(&path);
2803 * User has to provide the char device path fo
[all...]
/linux-master/fs/nfsd/
H A Dnfs4xdr.c2670 status = nfsd4_encode_components(xdr, '/', location->path);
2677 const struct path *root,
2678 const struct path *path)
2680 struct path cur = *path;
2689 /* First walk the path up to the nfsd root, and store the
2690 * dentries/path components in an array.
2853 struct path path local
2676 nfsd4_encode_pathname4(struct xdr_stream *xdr, const struct path *root, const struct path *path) argument
3503 struct path path = { local
[all...]
/linux-master/fs/nfs/
H A Dinode.c833 int nfs_getattr(struct mnt_idmap *idmap, const struct path *path, argument
836 struct inode *inode = d_inode(path->dentry);
853 nfs_readdirplus_parent_cache_hit(path->dentry);
871 if ((path->mnt->mnt_flags & MNT_NOATIME) ||
872 ((path->mnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode)))
905 nfs_readdirplus_parent_cache_miss(path->dentry);
910 nfs_readdirplus_parent_cache_hit(path->dentry);
/linux-master/rust/
H A DMakefile250 --manifest-path $(objtree)/$(obj)/test/dummy/Cargo.toml; \
/linux-master/fs/smb/client/
H A Dcifspdu.h170 path names in response */
461 * The OS/2 maximum path name
2145 #define CIFS_UNIX_POSIX_PATHNAMES_CAP 0x00000010 /* Allow POSIX path chars */
2146 #define CIFS_UNIX_POSIX_PATH_OPS_CAP 0x00000020 /* Allow new POSIX path based
2401 /* POSIX ACL set/query path info structures */
2691 4) md5 must match that of the path data */
2700 /* md5 of valid subset of path ie path[0] through path[length-1] */
2704 char path[102 member in struct:xsymlink
[all...]
/linux-master/fs/erofs/
H A Dsuper.c188 if (!sbi->devs->flatdev && !dif->path) {
193 dif->path = kmemdup_nul(dis->tag, sizeof(dis->tag), GFP_KERNEL);
194 if (!dif->path)
199 fscache = erofs_fscache_register_cookie(sb, dif->path, 0);
204 bdev_file = bdev_file_open_by_path(dif->path, BLK_OPEN_READ,
502 dif->path = kstrdup(param->string, GFP_KERNEL);
503 if (!dif->path) {
511 kfree(dif->path);
734 kfree(dif->path);
H A Dinternal.h50 char *path; member in struct:erofs_device_info
415 int erofs_getattr(struct mnt_idmap *idmap, const struct path *path,
/linux-master/
H A DMakefile149 $(error module directory path cannot contain '$x')))
193 # $(realpath ...) gets empty if the path does not exist. Run 'mkdir -p' first.
1002 # change __FILE__ to the relative path from the srctree
1080 # an argument if needed. Otherwise it defaults to the kernel install path
1736 -o -path $(abs_srctree)/rust/alloc -prune \
1737 -o -path $(abs_objtree)/rust/test -prune \
1801 @echo ' Syntax: make -C path/to/kernel/src M=$$PWD target'
/linux-master/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c56 static void write_file(const char *path, const char *buf, size_t buflen) argument
61 fd = open(path, O_WRONLY);
63 ksft_exit_fail_msg("%s open failed: %s\n", path, strerror(errno));
/linux-master/tools/net/ynl/lib/
H A Dynl.py743 path = self._decode_extack_path(msg.raw_attrs, op.attr_set, offset,
745 if path:
747 extack['bad-attr'] = path
/linux-master/net/bluetooth/
H A Dhci_conn.c1917 cmd.path = 0x00; /* HCI path if enabled */
1928 cmd.path = 0x00; /* HCI path if enabled */
/linux-master/include/net/
H A Dmac80211.h673 * path needing to access it; even though the netdev carrier will always
944 * @IEEE80211_TX_CTRL_FAST_XMIT: This frame is going through the fast_xmit path
945 * @IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP: This frame skips mesh path lookup
1258 * struct ieee80211_rate_status - mrr stage for status path
4170 * via the usual TX path after this call. The TX information for frames
4317 * pending frames that were received prior to the control path action
4369 * resolve a path for hardware flow offloading
4756 struct net_device_path *path);
5277 * in updating the tx rate in data path.
7098 * Calls to this function need to be serialized with RX path
[all...]
H A Daf_unix.h62 struct path path; member in struct:unix_sock
/linux-master/fs/ntfs3/
H A Dntfs_fs.h499 int ntfs_getattr(struct mnt_idmap *idmap, const struct path *path,
H A Dfile.c74 int ntfs_getattr(struct mnt_idmap *idmap, const struct path *path, argument
77 struct inode *inode = d_inode(path->dentry);
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c377 const struct path *path, struct kstat *stat,
380 struct dentry *dentry = path->dentry;
811 * v9fs_vfs_get_link_dotl - follow a symlink path
376 v9fs_vfs_getattr_dotl(struct mnt_idmap *idmap, const struct path *path, struct kstat *stat, u32 request_mask, unsigned int flags) argument
H A Dvfs_inode.c208 *((long long *)&wstat->qid.path) = ~0;
493 /* Try the one based on path */
931 * @path: Object to query
939 v9fs_vfs_getattr(struct mnt_idmap *idmap, const struct path *path, argument
942 struct dentry *dentry = path->dentry;
1128 * v9fs_vfs_get_link - follow a symlink path
/linux-master/drivers/firmware/qcom/
H A Dqcom_scm.c35 struct icc_path *path; member in struct:qcom_scm
39 /* control access to the interconnect path */
163 if (!__scm->path)
166 if (IS_ERR(__scm->path))
171 ret = icc_set_bw(__scm->path, 0, UINT_MAX);
186 if (IS_ERR_OR_NULL(__scm->path))
191 icc_set_bw(__scm->path, 0, 0);
1803 scm->path = devm_of_icc_get(&pdev->dev, NULL);
1804 if (IS_ERR(scm->path))
1805 return dev_err_probe(&pdev->dev, PTR_ERR(scm->path),
[all...]
/linux-master/block/
H A Dbdev.c1001 struct file *bdev_file_open_by_path(const char *path, blk_mode_t mode, argument
1009 error = lookup_bdev(path, &dev);
1130 struct path path; local
1136 error = kern_path(pathname, LOOKUP_FOLLOW, &path);
1140 inode = d_backing_inode(path.dentry);
1145 if (!may_open_dev(&path))
1151 path_put(&path);

Completed in 407 milliseconds

1234567891011>>