Home
last modified time | relevance | path

Searched refs:ntfs_attr_make_non_resident (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Dattrib.h92 extern int ntfs_attr_make_non_resident(ntfs_inode *ni, const u32 data_size);
H A Dattrib.c1512 * ntfs_attr_make_non_resident - convert a resident to a non-resident attribute
1523 * ntfs_attr_make_non_resident() is called in the ->truncate call path(s).
1545 int ntfs_attr_make_non_resident(ntfs_inode *ni, const u32 data_size) in ntfs_attr_make_non_resident() function
2078 * ntfs_attr_make_non_resident(). This could be optimised by try- in ntfs_attr_extend_allocation()
2091 err = ntfs_attr_make_non_resident(ni, attr_len); in ntfs_attr_extend_allocation()
H A Dinode.c2540 * ntfs_attr_make_non_resident(). This could be optimised by try- in ntfs_truncate()
2554 err = ntfs_attr_make_non_resident(ni, old_size); in ntfs_truncate()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dattrib.h92 extern int ntfs_attr_make_non_resident(ntfs_inode *ni, const u32 data_size);
H A Dattrib.c1512 * ntfs_attr_make_non_resident - convert a resident to a non-resident attribute
1523 * ntfs_attr_make_non_resident() is called in the ->truncate call path(s).
1545 int ntfs_attr_make_non_resident(ntfs_inode *ni, const u32 data_size) in ntfs_attr_make_non_resident() function
2078 * ntfs_attr_make_non_resident(). This could be optimised by try- in ntfs_attr_extend_allocation()
2091 err = ntfs_attr_make_non_resident(ni, attr_len); in ntfs_attr_extend_allocation()
H A Dinode.c2539 * ntfs_attr_make_non_resident(). This could be optimised by try- in ntfs_truncate()
2553 err = ntfs_attr_make_non_resident(ni, old_size); in ntfs_truncate()

Completed in 13 milliseconds