Searched refs:intx_file (Results 1 – 2 of 2) sorted by relevance
968 INTX_FILE *intx_file; in ntfs_fuse_getattr() local970 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 …]
866 INTX_FILE *intx_file; in ntfs_fuse_getstat() local868 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 …]