Home
last modified time | relevance | path

Searched refs:entry_type (Results 1 – 3 of 3) sorted by relevance

/fs/exfat/
A Ddir.c956 if (entry_type == TYPE_UNUSED) in exfat_set_empty_hint()
992 unsigned int entry_type; in exfat_find_dir_entry() local
1036 if (entry_type == TYPE_UNUSED || in exfat_find_dir_entry()
1042 entry_type); in exfat_find_dir_entry()
1045 if (entry_type == TYPE_UNUSED) in exfat_find_dir_entry()
1052 if (entry_type == TYPE_FILE || entry_type == TYPE_DIR) { in exfat_find_dir_entry()
1062 if (entry_type == TYPE_STREAM) { in exfat_find_dir_entry()
1118 if (entry_type & in exfat_find_dir_entry()
1202 unsigned int entry_type; in exfat_count_dir_entries() local
1221 if (entry_type == TYPE_UNUSED) in exfat_count_dir_entries()
[all …]
/fs/hfsplus/
A Dxattr.c446 u16 entry_type; in hfsplus_getxattr_finder_info() local
462 entry_type = hfs_bnode_read_u16(fd.bnode, fd.entryoffset); in hfsplus_getxattr_finder_info()
464 if (entry_type == HFSPLUS_FOLDER) { in hfsplus_getxattr_finder_info()
471 } else if (entry_type == HFSPLUS_FILE) { in hfsplus_getxattr_finder_info()
614 u16 entry_type; in hfsplus_listxattr_finder_info() local
630 entry_type = hfs_bnode_read_u16(fd.bnode, fd.entryoffset); in hfsplus_listxattr_finder_info()
631 if (entry_type == HFSPLUS_FOLDER) { in hfsplus_listxattr_finder_info()
638 } else if (entry_type == HFSPLUS_FILE) { in hfsplus_listxattr_finder_info()
/fs/f2fs/
A Dsegment.h91 #define GET_SUM_TYPE(footer) ((footer)->entry_type)
92 #define SET_SUM_TYPE(footer, type) ((footer)->entry_type = (type))

Completed in 15 milliseconds