Lines Matching refs:runlist
3 * runlist.h - Defines for runlist handling in NTFS Linux kernel driver.
35 * runlist - in memory vcn to lcn mapping array including a read/write lock
36 * @rl: pointer to an array of runlist elements
43 } runlist;
45 static inline void ntfs_init_runlist(runlist *rl)
81 runlist *const runlist, const s64 new_length);
83 int ntfs_rl_punch_nolock(const ntfs_volume *vol, runlist *const runlist,