Home
last modified time | relevance | path

Searched refs:inode_sub_bytes (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Dquotaops.h257 inode_sub_bytes(inode, number); in __dquot_free_space()
268 inode_sub_bytes(inode, number); in dquot_reclaim_space_nodirty()
H A Dfs.h3339 void inode_sub_bytes(struct inode *inode, loff_t bytes);
/linux/fs/ufs/
H A Dballoc.c87 inode_sub_bytes(inode, count << uspi->s_fshift); in ufs_free_fragments()
189 inode_sub_bytes(inode, uspi->s_fpb << uspi->s_fshift); in ufs_free_blocks()
658 inode_sub_bytes(inode, i << uspi->s_fshift); in ufs_alloc_fragments()
/linux/fs/
H A Dstat.c923 void inode_sub_bytes(struct inode *inode, loff_t bytes) in inode_sub_bytes() function
930 EXPORT_SYMBOL(inode_sub_bytes);
/linux/fs/nilfs2/
H A Dinode.c56 inode_sub_bytes(inode, i_blocksize(inode) * n); in nilfs_inode_sub_blocks()
/linux/fs/quota/
H A Ddquot.c1894 inode_sub_bytes(inode, number); in __dquot_free_space()
/linux/fs/btrfs/
H A Dfree-space-cache.c352 inode_sub_bytes(&inode->vfs_inode, control.sub_bytes); in btrfs_truncate_free_space_cache()
H A Dinode.c7547 inode_sub_bytes(&inode->vfs_inode, control.sub_bytes); in btrfs_truncate()
10053 inode_sub_bytes(&inode->vfs_inode, del_bytes); in btrfs_update_inode_bytes()
H A Dtree-log.c2500 inode_sub_bytes(inode, in replay_one_buffer()