Home
last modified time | relevance | path

Searched refs:cdir (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/fs/exfat/
H A Dnamei.c549 struct exfat_chain cdir; in exfat_create() local
556 err = exfat_add_entry(dir, dentry->d_name.name, &cdir, TYPE_FILE, in exfat_create()
592 struct exfat_chain cdir; in exfat_find() local
604 ret = exfat_resolve_path_for_lookup(dir, qname->name, &cdir, &uni_name); in exfat_find()
614 ei->hint_stat.clu = cdir.dir; in exfat_find()
621 dentry = exfat_find_dir_entry(sb, ei, &cdir, &uni_name, in exfat_find()
627 info->dir = cdir; in exfat_find()
631 es = exfat_get_dentry_set(sb, &cdir, dentry, ES_2_ENTRIES); in exfat_find()
674 exfat_chain_set(&cdir, info->start_clu, in exfat_find()
676 count = exfat_count_dir_entries(sb, &cdir); in exfat_find()
[all …]
H A Dsuper.c335 struct exfat_chain cdir; in exfat_read_root() local
349 exfat_chain_set(&cdir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root()
350 if (exfat_count_num_clusters(sb, &cdir, &num_clu)) in exfat_read_root()
354 num_subdirs = exfat_count_dir_entries(sb, &cdir); in exfat_read_root()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h233 #define USB_EP_DEF(addr, bname, dir, type, maxpkt, ctype, cdir) \ argument
235 .caps = USB_EP_CAPS(ctype, cdir), }, \
241 #define USB_EP_BULK(addr, bname, dir, cdir) \ argument
243 USB_EP_CAPS_TYPE_BULK, cdir)
244 #define USB_EP_ISO(addr, bname, dir, cdir) \ argument
246 USB_EP_CAPS_TYPE_ISO, cdir)
247 #define USB_EP_INT(addr, bname, dir, cdir) \ argument
249 USB_EP_CAPS_TYPE_INT, cdir)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsystemd-boot-cfg.bbclass23 cdir = os.path.dirname(cfile)
24 if not os.path.exists(cdir):
25 os.makedirs(cdir)
/OK3568_Linux_fs/kernel/tools/memory-model/scripts/
H A Dchecklitmushist.sh52 cdir=`pwd`
53 ddir=`awk -v c="$cdir" -v d="$LKMM_DESTDIR" \
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dbuild.py193 for cdir in d.expand(cleandirs).split():
194 bb.utils.remove(cdir, True)
195 bb.utils.mkdirhier(cdir)
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_oss.c319 int *c, int *cdir) in boundary_sub() argument
324 *cdir = adir - bdir; in boundary_sub()
325 if (*cdir == -2) { in boundary_sub()
327 } else if (*cdir == 2) { in boundary_sub()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0013-eglibc-Forward-port-cross-locale-generation-support.patch118 @@ -154,6 +156,7 @@ charmap_closedir (CHARMAP_DIR *cdir)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info7781 The "source path" will always include two special entries '$cdir' and
7785 '$cdir' causes GDB to search within the compilation directory, if one
7787 recorded in the debug information then '$cdir' is ignored.
7801 '/project/build', and the "source path" is '/mnt/cross:$cdir:$cwd' while
7840 When you start GDB, its source path includes only '$cdir' and '$cwd',
7908 The special strings '$cdir' (to refer to the compilation directory,
7915 Reset the source path to its default value ('$cdir:$cwd' on Unix
7919 Set the source path to PATH-LIST. '$cdir:$cwd' are added if
22947 the 'directory' command); except that '$cdir' is not searched because
32101 Specifying Source Directories: Source Path.), except that '$cdir' is not
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info7781 The "source path" will always include two special entries '$cdir' and
7785 '$cdir' causes GDB to search within the compilation directory, if one
7787 recorded in the debug information then '$cdir' is ignored.
7801 '/project/build', and the "source path" is '/mnt/cross:$cdir:$cwd' while
7840 When you start GDB, its source path includes only '$cdir' and '$cwd',
7908 The special strings '$cdir' (to refer to the compilation directory,
7915 Reset the source path to its default value ('$cdir:$cwd' on Unix
7919 Set the source path to PATH-LIST. '$cdir:$cwd' are added if
22947 the 'directory' command); except that '$cdir' is not searched because
32101 Specifying Source Directories: Source Path.), except that '$cdir' is not
[all …]