OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_filesystem
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_posix.c
240
struct filesystem *
current_filesystem
;
member in struct:tree
621
struct filesystem *cf = t->
current_filesystem
;
711
if (t->
current_filesystem
->xfer_align != -1 &&
753
if (t->
current_filesystem
->allocation_ptr == NULL) {
760
t->entry_buff = t->
current_filesystem
->buff;
761
t->entry_buff_size = t->
current_filesystem
->buff_size;
772
* TODO: Should we consider t->
current_filesystem
->xfer_align?
1029
t->restore_time.noatime = t->
current_filesystem
->noatime;
1400
if (t->
current_filesystem
!= NULL &&
1401
t->
current_filesystem
->dev == dev
[
all
...]
archive_read_disk_windows.c
170
struct filesystem *
current_filesystem
;
member in struct:tree
706
size += t->
current_filesystem
->bytesPerSector -1;
707
surplus = size % t->
current_filesystem
->bytesPerSector;
1229
aligned -= t->
current_filesystem
->bytesPerSector;
1437
if (t->
current_filesystem
!= NULL &&
1438
t->
current_filesystem
->dev == dev)
1445
t->
current_filesystem
= &(t->filesystem_table[i]);
1474
t->
current_filesystem
= &(t->filesystem_table[fid]);
1475
t->
current_filesystem
->dev = dev;
1492
return (a->tree->
current_filesystem
->synthetic)
[
all
...]
Completed in 99 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026