Searched refs:ntfs_get_nr_significant_bytes (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Drunlist.h65 extern int ntfs_get_nr_significant_bytes(const s64 n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c1219 * ntfs_get_nr_significant_bytes - get number of bytes needed to store a number
1231 int ntfs_get_nr_significant_bytes(const s64 n) function
1310 rls += 1 + ntfs_get_nr_significant_bytes(rl->length - delta);
1323 rls += ntfs_get_nr_significant_bytes(prev_lcn);
1333 rls += 1 + ntfs_get_nr_significant_bytes(rl->length);
1343 rls += ntfs_get_nr_significant_bytes(rl->lcn -
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Drunlist.c1038 * ntfs_get_nr_significant_bytes - get number of bytes needed to store a number
1050 static inline int ntfs_get_nr_significant_bytes(const s64 n) function
1141 rls += 1 + ntfs_get_nr_significant_bytes(length - delta);
1154 rls += ntfs_get_nr_significant_bytes(prev_lcn);
1176 rls += 1 + ntfs_get_nr_significant_bytes(length);
1186 rls += ntfs_get_nr_significant_bytes(rl->lcn -

Completed in 73 milliseconds