Home
last modified time | relevance | path

Searched refs:get_inode_mode (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/fs/iso9660/
Diso9660.c159 static inline enum dirent_type get_inode_mode(uint8_t flags) in get_inode_mode() function
175 inode->mode = get_inode_mode(de->flags); in iso_get_inode()
238 dirent->d_type = get_inode_mode(de->flags); in iso_readdir()
/external/syslinux/core/fs/fat/
Dfat.c432 static inline enum dirent_type get_inode_mode(uint8_t attr) in get_inode_mode() function
562 inode->mode = get_inode_mode(de->attr); in vfat_find_entry()
714 dirent->d_type = get_inode_mode(de->attr); in vfat_readdir()
/external/syslinux/core/fs/ntfs/
Dntfs.c43 static inline enum dirent_type get_inode_mode(struct ntfs_mft_record *mrec);
216 if (get_inode_mode(mrec) != DT_REG) {dprintf("%s: $MFT is not a file\n", __func__); break;} in ntfs_mft_record_lookup_any()
605 static inline enum dirent_type get_inode_mode(struct ntfs_mft_record *mrec) in get_inode_mode() function
639 d_type = get_inode_mode(mrec); in index_inode_setup()
1205 dirent->d_type = get_inode_mode(mrec); in ntfs_readdir()
/external/syslinux/core/fs/ufs/
Dufs.c356 static inline enum dir_type_flags get_inode_mode(uint8_t type) in get_inode_mode() function
392 dirent->d_type = get_inode_mode(dir->file_type & 0x0F); in ufs_readdir()