Searched refs:ntfs_find_attr (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/fs/ntfs/ |
D | fs.c | 79 attr = ntfs_find_attr(ino, ino->vol->at_data, NULL); in ntfs_read() 123 data = ntfs_find_attr(ntfs_ino, ntfs_ino->vol->at_data, NULL); in ntfs_write() 607 si = ntfs_find_attr(ino, vol->at_standard_information, NULL); in ntfs_create() 658 si = ntfs_find_attr(ino, vol->at_standard_information, NULL); in _linux_ntfs_mkdir() 765 data = ntfs_find_attr(ino, vol->at_data, NULL); in ntfs_read_inode() 771 si = ntfs_find_attr(ino, vol->at_standard_information, NULL); in ntfs_read_inode() 779 if (ntfs_find_attr(ino, vol->at_index_root, "$I30")) { in ntfs_read_inode() 781 at = ntfs_find_attr(ino, vol->at_index_allocation, "$I30"); in ntfs_read_inode()
|
D | dir.c | 122 allocation = ntfs_find_attr(walk->dir, vol->at_index_allocation, I30); in ntfs_allocate_index_block() 136 bitmap = ntfs_find_attr(walk->dir, vol->at_bitmap, I30); in ntfs_allocate_index_block() 267 a = ntfs_find_attr(walk->dir, vol->at_index_root, I30); in ntfs_index_writeback() 432 ra = ntfs_find_attr(ino, ino->vol->at_index_root, I30); in ntfs_split_indexroot() 898 attr = ntfs_find_attr(ino, vol->at_bitmap, I30); in ntfs_getdir_unsorted() 921 attr = ntfs_find_attr(ino, vol->at_index_allocation, I30); in ntfs_getdir_unsorted() 1037 name_attr = ntfs_find_attr(ino, vol->at_file_name, 0);
|
D | inode.h | 9 ntfs_attribute *ntfs_find_attr(ntfs_inode *ino, int type, char *name);
|
D | inode.c | 66 ntfs_attribute *ntfs_find_attr(ntfs_inode *ino, int type, char *name) in ntfs_find_attr() function 391 alist = ntfs_find_attr(ino, vol->at_attribute_list, 0); in ntfs_load_attributes() 552 ntfs_attribute *attr = ntfs_find_attr(ino, type, name); in ntfs_get_attr_size() 561 ntfs_attribute *attr = ntfs_find_attr(ino, type, name); in ntfs_attr_is_resident() 794 attr = ntfs_find_attr(ino, type, name); in ntfs_read_attr() 809 attr = ntfs_find_attr(ino, type, name); in ntfs_write_attr() 824 data = ntfs_find_attr(ino, ino->vol->at_data, 0); in ntfs_vcn_to_lcn() 1542 data = ntfs_find_attr(vol->mft_ino, vol->at_data, 0); in ntfs_alloc_mft_record() 1543 bmp = ntfs_find_attr(vol->mft_ino, vol->at_bitmap, 0); in ntfs_alloc_mft_record() 2212 attr = ntfs_find_attr(dir, ino->vol->at_security_descriptor, 0); in add_security()
|
D | super.c | 323 data = ntfs_find_attr(attrdef, attrdef->vol->at_data, 0); in ntfs_init_attrdef() 362 volinfo = ntfs_find_attr(volume, volume->vol->at_volume_information, 0); in ntfs_get_version() 655 data = ntfs_find_attr(vol->bitmap, vol->at_data, 0); in ntfs_allocate_clusters()
|