Home
last modified time | relevance | path

Searched refs:ntfs_read_attr (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/fs/ntfs/
Ddir.c153 error = ntfs_read_attr(walk->dir, vol->at_bitmap, I30, 0, &io); in ntfs_allocate_index_block()
173 error = ntfs_read_attr(walk->dir, vol->at_bitmap, I30, i, &io); in ntfs_allocate_index_block()
321 error = ntfs_read_attr(walk->dir, vol->at_index_allocation, I30, in ntfs_split_record()
442 error = ntfs_read_attr(ino, ino->vol->at_index_root, I30, 0, &io); in ntfs_split_indexroot()
469 error = ntfs_read_attr(ino, ino->vol->at_index_allocation, I30, in ntfs_split_indexroot()
556 error = ntfs_read_attr(walk->dir, walk->dir->vol->at_index_allocation, in ntfs_getdir_record()
757 error = ntfs_read_attr(walk->dir, walk->dir->vol->at_index_root, I30, in ntfs_getdir()
824 err = ntfs_read_attr(ino, vol->at_index_root, I30, 0, &io); in ntfs_getdir_unsorted()
848 err = ntfs_read_attr(ino, vol->at_index_allocation, I30, ib_ofs, in ntfs_getdir_unsorted()
918 err = ntfs_read_attr(ino, vol->at_bitmap, I30, 0, &io); in ntfs_getdir_unsorted()
Dinode.h11 int ntfs_read_attr(ntfs_inode *ino, int type, char *name, __s64 offset,
Dsupport.c137 error = ntfs_read_attr(vol->mft_ino, vol->at_data, NULL, in ntfs_read_mft_record()
Dsuper.c242 ntfs_read_attr(upcase, upcase->vol->at_data, 0, 0, &io); in ntfs_init_upcase()
498 error = ntfs_read_attr(bitmap, bitmap->vol->at_data, 0, offset, in ntfs_get_free_cluster_count()
1344 err = ntfs_read_attr(bitmap, bitmap->vol->at_data, 0, start_bit >> 3, in ntfs_clear_bitrange()
Dinode.c422 if (ntfs_read_attr(ino, vol->at_attribute_list, 0, offset, in ntfs_load_attributes()
788 int ntfs_read_attr(ntfs_inode *ino, int type, char *name, __s64 offset, in ntfs_read_attr() function
2225 error = ntfs_read_attr(dir, ino->vol->at_security_descriptor, 0, 0,&io); in add_security()
2272 err = ntfs_read_attr(vol->mft_ino, vol->at_data, 0, in ntfs_alloc_inode()
Dfs.c92 error = ntfs_read_attr(ino, ino->vol->at_data, NULL, *off, &io); in ntfs_read()