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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dattrib.h106 extern int ntfs_attr_make_non_resident(ntfs_inode *ni, const u32 data_size);
H A Dattrib.c1495 int ntfs_attr_make_non_resident(ntfs_inode *ni, const u32 data_size) function
2017 * ntfs_attr_make_non_resident(). This could be optimised by try-
2030 err = ntfs_attr_make_non_resident(ni, attr_len);
H A Dinode.c2516 * ntfs_attr_make_non_resident(). This could be optimised by try-
2530 err = ntfs_attr_make_non_resident(ni, old_size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c3643 * ntfs_attr_make_non_resident - convert a resident to a non-resident attribute
3661 static int ntfs_attr_make_non_resident(ntfs_attr *na, function
3888 if (!ntfs_attr_make_non_resident(na, ctx)) {
3925 if (ntfs_attr_make_non_resident(tna, ctx)) {

Completed in 40 milliseconds