Home
last modified time | relevance | path

Searched refs:ntfs_readwrite_attr (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/fs/ntfs/
Dinode.c667 int ntfs_readwrite_attr(ntfs_inode *ino, ntfs_attribute *attr, __s64 offset, in ntfs_readwrite_attr() function
730 error = ntfs_readwrite_attr(ino, attr, offset, dest); in ntfs_readwrite_attr()
800 return ntfs_readwrite_attr(ino, attr, offset, buf); in ntfs_read_attr()
815 return ntfs_readwrite_attr(ino, attr, offset, buf); in ntfs_write_attr()
1585 err = ntfs_readwrite_attr(vol->mft_ino, bmp, last_read_pos, in ntfs_alloc_mft_record()
1680 err = ntfs_readwrite_attr(vol->bitmap, data, lcn >> 3, in ntfs_alloc_mft_record()
1693 err = ntfs_readwrite_attr(vol->bitmap, in ntfs_alloc_mft_record()
1796 err = ntfs_readwrite_attr(vol->mft_ino, bmp, buf_pos, &io); in ntfs_alloc_mft_record()
1824 err = ntfs_readwrite_attr(vol->mft_ino, bmp, bit >> 3, &io); in ntfs_alloc_mft_record()
1840 err = ntfs_readwrite_attr(vol->mft_ino, bmp, bit >> 3, &io); in ntfs_alloc_mft_record()
[all …]
Dinode.h33 int ntfs_readwrite_attr(ntfs_inode *ino, ntfs_attribute *attr, __s64 offset,
Dsuper.c335 error = ntfs_readwrite_attr(attrdef, data, offset, &io); in ntfs_init_attrdef()
745 err = ntfs_readwrite_attr(vol->bitmap, data, last_read_pos, in ntfs_allocate_clusters()
969 err = ntfs_readwrite_attr(vol->bitmap, data, in ntfs_allocate_clusters()
1232 err = ntfs_readwrite_attr(vol->bitmap, data, last_read_pos, in ntfs_allocate_clusters()
1299 __err = ntfs_readwrite_attr(vol->bitmap, data, last_read_pos, in ntfs_allocate_clusters()
Dattr.c348 return ntfs_readwrite_attr(ino, attr, 0, &io); in ntfs_make_attr_nonresident()
Ddir.c227 error = ntfs_readwrite_attr(walk->dir, allocation, size, &io); in ntfs_allocate_index_block()
Dfs.c142 err = ntfs_readwrite_attr(ntfs_ino, data, *pos, &io); in ntfs_write()
/linux-2.4.37.9/Documentation/filesystems/
Dntfs.txt112 - Fixed two bugs in ntfs_readwrite_attr(). Thanks to Jan Kara for