Home
last modified time | relevance | path

Searched refs:ATTR_SUBDIR (Results 1 – 2 of 2) sorted by relevance

/third_party/exfatprogs/include/
Dexfat_ondisk.h72 #define ATTR_SUBDIR 0x0010 macro
77 #define ATTR_EXTEND_MASK (ATTR_EXTEND | ATTR_SUBDIR | ATTR_ARCHIVE)
79 ATTR_SUBDIR | ATTR_ARCHIVE)
/third_party/exfatprogs/fsck/
Dfsck.c126 if (attr & ATTR_SUBDIR) in alloc_exfat_inode()
144 if (!(node->attr & ATTR_SUBDIR)) { in inode_free_children()
172 if (!(child->attr & ATTR_SUBDIR)) { in inode_free_ancestors()
917 if ((node->attr & ATTR_SUBDIR) && in check_inode()
1219 if ((node->attr & ATTR_SUBDIR) && node->size) { in read_children()
1414 if (!(dir->attr & ATTR_SUBDIR)) { in exfat_filesystem_check()
1447 root = alloc_exfat_inode(ATTR_SUBDIR); in exfat_root_dir_check()