Searched refs:hpfs_truncate_btree (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/hpfs/ | 
| D | file.c | 72 	hpfs_truncate_btree(i->i_sb, i->i_ino, 1, ((i->i_size + 511) >> 9));  in hpfs_truncate()103 		hpfs_truncate_btree(inode->i_sb, inode->i_ino, 1, inode->i_blocks - 1);  in hpfs_get_block()
 
 | 
| D | hpfs_fn.h | 219 void hpfs_truncate_btree(struct super_block *, secno, int, unsigned);
 | 
| D | ea.c | 364 …if (fnode_in_anode(fnode)) hpfs_truncate_btree(s, le32_to_cpu(fnode->ea_secno), 1, (le32_to_cpu(fn…  in hpfs_set_ea()
 | 
| D | anode.c | 399 void hpfs_truncate_btree(struct super_block *s, secno f, int fno, unsigned secs)  in hpfs_truncate_btree()  function
 |