Lines Matching refs:I30

24 static char I30[] = "$I30";  variable
122 allocation = ntfs_find_attr(walk->dir, vol->at_index_allocation, I30); in ntfs_allocate_index_block()
127 I30, 0, 0, &allocation); in ntfs_allocate_index_block()
131 error = ntfs_create_attr(walk->dir, vol->at_bitmap, I30, bmp, in ntfs_allocate_index_block()
136 bitmap = ntfs_find_attr(walk->dir, vol->at_bitmap, I30); in ntfs_allocate_index_block()
153 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()
184 error = ntfs_write_attr(walk->dir, vol->at_bitmap, I30, i, &io); in ntfs_allocate_index_block()
262 error = ntfs_write_attr(walk->dir, vol->at_index_root, I30, 0, in ntfs_index_writeback()
267 a = ntfs_find_attr(walk->dir, vol->at_index_root, I30); in ntfs_index_writeback()
282 I30, (__s64)block << vol->cluster_size_bits, in ntfs_index_writeback()
321 error = ntfs_read_attr(walk->dir, vol->at_index_allocation, I30, in ntfs_split_record()
432 ra = ntfs_find_attr(ino, ino->vol->at_index_root, I30); in ntfs_split_indexroot()
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()
557 I30, (__s64)block << walk->dir->vol->cluster_size_bits, &io); 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()
898 attr = ntfs_find_attr(ino, vol->at_bitmap, I30); in ntfs_getdir_unsorted()
918 err = ntfs_read_attr(ino, vol->at_bitmap, I30, 0, &io); in ntfs_getdir_unsorted()
921 attr = ntfs_find_attr(ino, vol->at_index_allocation, I30); in ntfs_getdir_unsorted()