Searched refs:CIFS_INO_BLOCKS (Results 1 – 3 of 3) sorted by relevance
2393 #define CIFS_INO_BLOCKS(size) DIV_ROUND_UP_ULL((u64)(size), 512) macro
222 inode->i_blocks = CIFS_INO_BLOCKS(fattr->cf_bytes); in cifs_fattr_to_inode()3016 inode->i_blocks = CIFS_INO_BLOCKS(offset);
1526 inode->i_blocks = CIFS_INO_BLOCKS(asize); in smb2_close_getattr()