Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/ntfs/
Ddir.c122 allocation = ntfs_find_attr(walk->dir, vol->at_index_allocation, I30); in ntfs_allocate_index_block()
126 error = ntfs_create_attr(walk->dir, vol->at_index_allocation, in ntfs_allocate_index_block()
281 error = ntfs_write_attr(walk->dir, vol->at_index_allocation, in ntfs_index_writeback()
321 error = ntfs_read_attr(walk->dir, vol->at_index_allocation, I30, in ntfs_split_record()
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()
848 err = ntfs_read_attr(ino, vol->at_index_allocation, I30, ib_ofs, in ntfs_getdir_unsorted()
921 attr = ntfs_find_attr(ino, vol->at_index_allocation, I30); in ntfs_getdir_unsorted()
Dsuper.c90 vol->at_index_allocation = 0xA0; in ntfs_init_volume()
286 vol->at_index_allocation = type; in process_attrdef()
Dfs.c781 at = ntfs_find_attr(ino, vol->at_index_allocation, "$I30"); in ntfs_read_inode()
/linux-2.4.37.9/include/linux/
Dntfs_fs_sb.h33 ntfs_u32 at_index_allocation; member