Searched refs:mount_volume (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/.gitlab-ci/b2c/ |
D | b2c.yml.jinja2.jinja2 | 60 …ults:{{ working_dir }} -w {{ working_dir }} {% for mount_volume in mount_volumes %} -v {{ mount_vo…
|
D | generate_b2c.py | 86 if args.mount_volume is not None: 87 values['mount_volumes'] = args.mount_volume
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfscmp.c | 955 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()
|
D | ntfsclone.c | 2174 static void mount_volume(unsigned long new_mntflag) function 2462 mount_volume(NTFS_MNT_RDONLY); 2724 mount_volume(0 /*NTFS_MNT_NOATIME*/);
|
D | ntfsresize.c | 2925 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/ |
D | ff.c | 2803 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 …]
|
D | ff.h | 482 FRESULT mount_volume (const TCHAR **path, FATFS **rfs, BYTE mode);
|