Searched refs:hpfs_truncate_btree (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/fs/hpfs/ |
H A D | file.c | 71 hpfs_truncate_btree(i->i_sb, i->i_ino, 1, ((i->i_size + 511) >> 9)); hpfs_truncate() 97 hpfs_truncate_btree(inode->i_sb, inode->i_ino, 1, inode->i_blocks - 1); hpfs_get_block()
|
H A D | anode.c | 398 void hpfs_truncate_btree(struct super_block *s, secno f, int fno, unsigned secs) hpfs_truncate_btree() function 447 if (hpfs_stop_cycles(s, node, &c1, &c2, "hpfs_truncate_btree")) hpfs_truncate_btree()
|
H A D | ea.c | 363 if (fnode_in_anode(fnode)) hpfs_truncate_btree(s, le32_to_cpu(fnode->ea_secno), 1, (le32_to_cpu(fnode->ea_size_l) + 511) >> 9); hpfs_set_ea()
|
H A D | hpfs_fn.h | 212 void hpfs_truncate_btree(struct super_block *, secno, int, unsigned);
|
Completed in 51 milliseconds