Home
last modified time | relevance | path

Searched refs:len32 (Results 1 – 2 of 2) sorted by relevance

/fs/ntfs3/
Dfsntfs.c1186 u32 len32 = len >= bytes ? bytes : len; in ntfs_read_run_nb() local
1192 if (op > len32) in ntfs_read_run_nb()
1193 op = len32; in ntfs_read_run_nb()
1219 len32 -= op; in ntfs_read_run_nb()
1223 } while (len32); in ntfs_read_run_nb()
1298 u32 len32 = min_t(u64, len, bytes); in ntfs_get_bh() local
1311 if (op > len32) in ntfs_get_bh()
1312 op = len32; in ntfs_get_bh()
1339 len32 -= op; in ntfs_get_bh()
1341 } while (len32); in ntfs_get_bh()
/fs/xfs/
Dxfs_extfree_item.c191 uint len32 = sizeof(xfs_efi_log_format_32_t) + in xfs_efi_copy_format() local
199 } else if (buf->i_len == len32) { in xfs_efi_copy_format()