Home
last modified time | relevance | path

Searched defs:exfat_node (Results 1 – 1 of 1) sorted by relevance

/fs/exfat/
A Dexfat.h78 struct exfat_node struct
82 struct exfat_node* next; argument
83 struct exfat_node* prev; argument
85 int references;
86 uint32_t fptr_index;
87 cluster_t fptr_cluster;
88 off_t entry_offset;
90 uint16_t attrib;
91 uint8_t continuations;
92 bool is_contiguous : 1;
[all …]

Completed in 7 milliseconds