Home
last modified time | relevance | path

Searched refs:attr_data_get_block (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ntfs3/
H A Dfile.c323 err = attr_data_get_block(ni, vcn, 1, &lcn, in ntfs_file_mmap_prepare()
658 err = attr_data_get_block(ni, vcn, cend_v - vcn, in ntfs_fallocate()
677 err = attr_data_get_block(ni, vcn, cend - vcn, in ntfs_fallocate()
1029 err = attr_data_get_block(ni, frame << NTFS_LZNT_CUNIT, 1, &lcn, in ntfs_compress_write()
H A Dfrecord.c2018 err = attr_data_get_block(ni, vcn, cend - vcn, &lcn, in ni_decompress_file()
2851 err = attr_data_get_block(ni, vcn, 1, &lcn, &clen, NULL, false, in ni_seek_data_or_hole()
H A Dntfs_fs.h469 int attr_data_get_block(struct ntfs_inode *ni, CLST vcn, CLST clen, CLST *lcn,
H A Dinode.c818 err = attr_data_get_block(ni, vcn, clen_max, &lcn, &clen, in ntfs_iomap_begin()
H A Dattrib.c953 int attr_data_get_block(struct ntfs_inode *ni, CLST vcn, CLST clen, CLST *lcn, in attr_data_get_block() function