Home
last modified time | relevance | path

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

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