Home
last modified time | relevance | path

Searched refs:mount_volume (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/.gitlab-ci/b2c/
Db2c.yml.jinja2.jinja260 …ults:{{ working_dir }} -w {{ working_dir }} {% for mount_volume in mount_volumes %} -v {{ mount_vo…
Dgenerate_b2c.py86 if args.mount_volume is not None:
87 values['mount_volumes'] = args.mount_volume
/third_party/ntfs-3g/ntfsprogs/
Dntfscmp.c955 static ntfs_volume *mount_volume(const char *volume) in mount_volume() function
1001 vol1 = mount_volume(opt.vol1); in main()
1002 vol2 = mount_volume(opt.vol2); in main()
Dntfsclone.c2174 static void mount_volume(unsigned long new_mntflag) function
2462 mount_volume(NTFS_MNT_RDONLY);
2724 mount_volume(0 /*NTFS_MNT_NOATIME*/);
Dntfsresize.c2925 static ntfs_volume *mount_volume(void) in mount_volume() function
4437 vol = mount_volume(); in really_expand()
4579 if (!(vol = mount_volume())) in main()
/third_party/FatFs/source/
Dff.c2803 FRESULT mount_volume ( /* FR_OK(0): successful, !=0: an error occurred */ in mount_volume() function
3101 res = mount_volume(&path, &fs, 0); /* Force mounted the volume */ in f_mount()
3299 res = mount_volume(&path, &fs, mode); in f_open()
3925 res = mount_volume(&path, &fs, 0); in f_chdir()
3979 res = mount_volume((const TCHAR**)&buff, &fs, 0); /* Get current volume */ in f_getcwd()
4225 res = mount_volume(&path, &fs, 0); in f_opendir()
4397 res = mount_volume(&path, &dj.obj.fs, 0); in f_stat()
4480 res = mount_volume(&path, &fs, 0); in f_getfree()
4620 res = mount_volume(&path, &fs, FA_WRITE); in f_unlink()
4765 res = mount_volume(&path, &fs, FA_WRITE); /* Get logical drive */ in f_mkdir()
[all …]
Dff.h482 FRESULT mount_volume (const TCHAR **path, FATFS **rfs, BYTE mode);