Searched refs:i_blocks (Results 101 - 119 of 119) sorted by relevance

12345

/linux-master/fs/gfs2/
H A Dquota.c1646 state->s_state[USRQUOTA].blocks = sdp->sd_quota_inode->i_blocks;
/linux-master/fs/
H A Dlibfs.c1716 inode->i_blocks = 0;
H A Dinode.c179 inode->i_blocks = 0;
/linux-master/fs/ext2/
H A Dsuper.c727 * block limit, and also a limit of (2^32 - 1) 512-byte sectors in i_blocks.
741 * __u32 i_blocks representing the total number of
1178 if (!S_ISDIR(root->i_mode) || !root->i_blocks || !root->i_size) {
/linux-master/fs/ocfs2/
H A Ddlmglue.c2231 inode->i_blocks = 0;
2233 inode->i_blocks = ocfs2_inode_sector_count(inode);
H A Dsuballoc.c739 alloc_inode->i_blocks = ocfs2_inode_sector_count(alloc_inode);
H A Dalloc.c7173 inode->i_blocks = ocfs2_inode_sector_count(inode);
7445 inode->i_blocks = ocfs2_inode_sector_count(inode);
/linux-master/fs/xfs/scrub/
H A Dtrace.h906 __entry->bytes = inode->i_blocks << SECTOR_SHIFT;
929 __entry->bytes_used = inode->i_blocks << SECTOR_SHIFT;
/linux-master/fs/smb/client/
H A Dinode.c208 * i_blocks is not related to (i_size / i_blksize),
212 inode->i_blocks = (512 - 1 + fattr->cf_bytes) >> 9;
2812 * i_blocks is not related to (i_size / i_blksize), but instead
2818 inode->i_blocks = (512 - 1 + attrs->ia_size) >> 9;
H A Dsmb2ops.c1452 * i_blocks is not related to (i_size / i_blksize),
1457 inode->i_blocks =
2025 * Although also could set plausible allocation size (i_blocks)
/linux-master/mm/
H A Dshmem.c1265 WARN_ON(inode->i_blocks);
1834 * Don't treat swapin error folio as alloced. Otherwise inode->i_blocks
1835 * won't be 0 when inode is released and thus trigger WARN_ON(i_blocks)
2512 inode->i_blocks = 0;
H A Dhugetlb.c6157 inode->i_blocks += blocks_per_huge_page(h);
7280 inode->i_blocks -= (blocks_per_huge_page(h) * freed);
/linux-master/include/trace/events/
H A Dbtrfs.h223 __entry->blocks = inode->i_blocks;
/linux-master/fs/quota/
H A Ddquot.c36 * Quota and i_blocks are now updated in one place to avoid races
91 * * inode->i_lock protects inode->i_blocks, i_bytes and also guards
92 * consistency of dquot->dq_dqb with inode->i_blocks, i_bytes so that
1639 * i_lock similar to i_blocks+i_bytes.
1669 * This functions updates i_blocks+i_bytes fields and quota information
2859 tstate->blocks = dqopt->files[type]->i_blocks;
/linux-master/fs/f2fs/
H A Dfile.c3615 __func__, inode->i_ino, inode->i_blocks,
3784 __func__, inode->i_ino, inode->i_blocks,
H A Dsuper.c4577 if (!S_ISDIR(root->i_mode) || !root->i_blocks ||
/linux-master/fs/ext4/
H A Dextents.c5987 /* Count number of blocks used by this inode and update i_blocks */
6076 inode->i_blocks = numblks << (inode->i_sb->s_blocksize_bits - 9);
H A Dsuper.c3408 * extent format containers, within a sector_t, and within i_blocks
3418 * Note, this does *not* consider any metadata overhead for vfs i_blocks.
3452 * block limit, and also a limit of (2^48 - 1) 512-byte sectors in i_blocks.
3473 * size of vfs inode i_blocks * 8
3482 * We use 48 bit ext4_inode i_blocks
3483 * With EXT4_HUGE_FILE_FL set the i_blocks
5475 if (!S_ISDIR(root->i_mode) || !root->i_blocks || !root->i_size) {
/linux-master/fs/xfs/
H A Dxfs_trace.h4658 __entry->bytes = (inode->i_blocks << SECTOR_SHIFT) + inode->i_bytes;

Completed in 519 milliseconds

12345