Home
last modified time | relevance | path

Searched refs:hpfs_trim_fs (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/hpfs/
Dhpfs_fn.h209 int hpfs_trim_fs(struct super_block *, u64, u64, u64, unsigned *);
Dalloc.c525 int hpfs_trim_fs(struct super_block *s, u64 start, u64 end, u64 minlen, unsigned *result) in hpfs_trim_fs() function
Dsuper.c215 …r = hpfs_trim_fs(file_inode(file)->i_sb, range.start >> 9, (range.start + range.len) >> 9, (range.… in hpfs_ioctl()