Home
last modified time | relevance | path

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

/third_party/ntfs-3g/src/
Dntfs-3g.c968 INTX_FILE *intx_file; in ntfs_fuse_getattr() local
970 intx_file = ntfs_malloc(na->data_size); in ntfs_fuse_getattr()
971 if (!intx_file) { in ntfs_fuse_getattr()
977 intx_file) != na->data_size) { in ntfs_fuse_getattr()
979 free(intx_file); in ntfs_fuse_getattr()
983 if (intx_file->magic == INTX_BLOCK_DEVICE && in ntfs_fuse_getattr()
988 intx_file->major), in ntfs_fuse_getattr()
990 intx_file->minor)); in ntfs_fuse_getattr()
992 if (intx_file->magic == INTX_CHARACTER_DEVICE && in ntfs_fuse_getattr()
997 intx_file->major), in ntfs_fuse_getattr()
[all …]
Dlowntfs-3g.c866 INTX_FILE *intx_file; in ntfs_fuse_getstat() local
868 intx_file = in ntfs_fuse_getstat()
870 if (!intx_file) { in ntfs_fuse_getstat()
876 intx_file) != na->data_size) { in ntfs_fuse_getstat()
878 free(intx_file); in ntfs_fuse_getstat()
882 if (intx_file->magic == INTX_BLOCK_DEVICE && in ntfs_fuse_getstat()
887 intx_file->major), in ntfs_fuse_getstat()
889 intx_file->minor)); in ntfs_fuse_getstat()
891 if (intx_file->magic == INTX_CHARACTER_DEVICE && in ntfs_fuse_getstat()
896 intx_file->major), in ntfs_fuse_getstat()
[all …]