Searched refs:ntfs_rl_split (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c415 * ntfs_rl_split - insert a runlist into the centre of a hole
434 static runlist_element *ntfs_rl_split(runlist_element *dst, int dsize, function
438 ntfs_log_debug("Eeek. ntfs_rl_split() invoked with NULL pointer!\n");
592 drl = ntfs_rl_split(drl, ds, srl + sstart, ss, dins);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Drunlist.c447 * ntfs_rl_split - insert a runlist into the centre of a hole
470 static inline runlist_element *ntfs_rl_split(runlist_element *dst, int dsize, function
648 drl = ntfs_rl_split(drl, ds, srl + sstart, ss, dins);

Completed in 83 milliseconds