Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dquotaops.h254 inode_sub_bytes(inode, number); in __dquot_free_space()
266 inode_sub_bytes(inode, number); in dquot_reclaim_space_nodirty()
H A Dfs.h3185 void inode_sub_bytes(struct inode *inode, loff_t bytes);
/OK3568_Linux_fs/kernel/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()
664 inode_sub_bytes(inode, i << uspi->s_fshift); in ufs_alloc_fragments()
/OK3568_Linux_fs/kernel/fs/
H A Dstat.c735 void inode_sub_bytes(struct inode *inode, loff_t bytes) in inode_sub_bytes() function
742 EXPORT_SYMBOL(inode_sub_bytes);
/OK3568_Linux_fs/kernel/fs/udf/
H A Dballoc.c667 inode_sub_bytes(inode, in udf_free_blocks()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dfile.c880 inode_sub_bytes(vfs_inode, end - key.offset); in __btrfs_drop_extents()
900 inode_sub_bytes(vfs_inode, extent_end - start); in __btrfs_drop_extents()
924 inode_sub_bytes(vfs_inode, in __btrfs_drop_extents()
938 inode_sub_bytes(vfs_inode, in __btrfs_drop_extents()
H A Dinode.c4383 inode_sub_bytes(inode, num_dec); in btrfs_truncate_inode_items()
4398 inode_sub_bytes(inode, num_dec); in btrfs_truncate_inode_items()
4433 inode_sub_bytes(inode, item_end + 1 - new_size); in btrfs_truncate_inode_items()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dinode.c59 inode_sub_bytes(inode, i_blocksize(inode) * n); in nilfs_inode_sub_blocks()
/OK3568_Linux_fs/kernel/fs/quota/
H A Ddquot.c1877 inode_sub_bytes(inode, number); in __dquot_free_space()