Searched refs:rdir (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | vfs_dir.c | 74 if (!fid->rdir) in v9fs_alloc_rdir_buf() 75 fid->rdir = kzalloc(sizeof(struct p9_rdir) + buflen, GFP_KERNEL); in v9fs_alloc_rdir_buf() 76 return fid->rdir; in v9fs_alloc_rdir_buf() 93 struct p9_rdir *rdir; in v9fs_dir_readdir() local 101 rdir = v9fs_alloc_rdir_buf(file, buflen); in v9fs_dir_readdir() 102 if (!rdir) in v9fs_dir_readdir() 104 kvec.iov_base = rdir->buf; in v9fs_dir_readdir() 108 if (rdir->tail == rdir->head) { in v9fs_dir_readdir() 119 rdir->head = 0; in v9fs_dir_readdir() 120 rdir->tail = n; in v9fs_dir_readdir() [all …]
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | mount.c | 90 struct tomoyo_path_info rdir; in tomoyo_mount_acl() local 110 rdir.name = requested_dir_name; in tomoyo_mount_acl() 111 tomoyo_fill_path_info(&rdir); in tomoyo_mount_acl() 161 r->param.mount.dir = &rdir; in tomoyo_mount_acl()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/ |
| H A D | ncftp-3.2.5-gcc10.patch | 72 …static int FTPRemoteRecursiveMList(FTPCIPtr cip, const char *const rdir, /* FTPFileInfoListPtr fil…
|
| /OK3568_Linux_fs/kernel/include/net/9p/ |
| H A D | client.h | 152 void *rdir; member
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | partition.py | 243 rdir = get_bitbake_var('IMAGE_ROOTFS') 244 if rsize_bb and rdir == rootfs_dir:
|
| /OK3568_Linux_fs/kernel/sound/soc/ |
| H A D | soc-dapm.c | 209 enum snd_soc_dapm_direction rdir = SND_SOC_DAPM_DIR_REVERSE(dir); in dapm_widget_invalidate_paths() local 226 node = p->node[rdir]; in dapm_widget_invalidate_paths() 1166 enum snd_soc_dapm_direction rdir = SND_SOC_DAPM_DIR_REVERSE(dir); in invalidate_paths_ep() local 1171 snd_soc_dapm_widget_for_each_path(widget, rdir, path) { in invalidate_paths_ep() 1201 enum snd_soc_dapm_direction rdir = SND_SOC_DAPM_DIR_REVERSE(dir); in is_connected_ep() local 1224 snd_soc_dapm_widget_for_each_path(widget, rdir, path) { in is_connected_ep() 2106 enum snd_soc_dapm_direction dir, rdir; in dapm_widget_power_read_file() local 2144 rdir = SND_SOC_DAPM_DIR_REVERSE(dir); in dapm_widget_power_read_file() 2154 (rdir == SND_SOC_DAPM_DIR_IN) ? "in" : "out", in dapm_widget_power_read_file() 2156 p->node[rdir]->name); in dapm_widget_power_read_file()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 51 self.rootfs_dir = dict(rdir.split('=') for rdir in rootfs_dir.split(' '))
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | client.c | 928 kfree(fid->rdir); in p9_fid_destroy()
|