Home
last modified time | relevance | path

Searched refs:at_bitmap (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/ntfs/
Ddir.c131 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()
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()
Dsuper.c91 vol->at_bitmap = 0xB0; in ntfs_init_volume()
289 vol->at_bitmap = type; in process_attrdef()
Dinode.c1543 bmp = ntfs_find_attr(vol->mft_ino, vol->at_bitmap, 0); in ntfs_alloc_mft_record()
/linux-2.4.37.9/include/linux/
Dntfs_fs_sb.h34 ntfs_u32 at_bitmap; member