Searched refs:inode_sub_bytes (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | quotaops.h | 254 inode_sub_bytes(inode, number); in __dquot_free_space() 266 inode_sub_bytes(inode, number); in dquot_reclaim_space_nodirty()
|
| H A D | fs.h | 3185 void inode_sub_bytes(struct inode *inode, loff_t bytes);
|
| /OK3568_Linux_fs/kernel/fs/ufs/ |
| H A D | balloc.c | 87 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 D | stat.c | 735 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 D | balloc.c | 667 inode_sub_bytes(inode, in udf_free_blocks()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | file.c | 880 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 D | inode.c | 4383 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 D | inode.c | 59 inode_sub_bytes(inode, i_blocksize(inode) * n); in nilfs_inode_sub_blocks()
|
| /OK3568_Linux_fs/kernel/fs/quota/ |
| H A D | dquot.c | 1877 inode_sub_bytes(inode, number); in __dquot_free_space()
|