Home
last modified time | relevance | path

Searched refs:hpfs_truncate_btree (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/fs/hpfs/
Dfile.c74 hpfs_truncate_btree(i->i_sb, i->i_ino, 1, ((i->i_size + 511) >> 9)); in hpfs_truncate()
105 hpfs_truncate_btree(inode->i_sb, inode->i_ino, 1, inode->i_blocks - 1); in hpfs_get_block()
Dhpfs_fn.h219 void hpfs_truncate_btree(struct super_block *, secno, int, unsigned);
Dea.c364 …if (fnode_in_anode(fnode)) hpfs_truncate_btree(s, le32_to_cpu(fnode->ea_secno), 1, (le32_to_cpu(fn… in hpfs_set_ea()
Danode.c399 void hpfs_truncate_btree(struct super_block *s, secno f, int fno, unsigned secs) in hpfs_truncate_btree() function