Searched refs:dir_end (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | property.c | 351 unsigned int data_offset, dir_end; in __tb_property_format_dir() local 404 dir_end = start_offset + data_len + dir_len; in __tb_property_format_dir() 406 if (data_offset > dir_end) in __tb_property_format_dir() 408 if (dir_end > block_len) in __tb_property_format_dir() 436 ret = __tb_property_format_dir(child, block, dir_end, in __tb_property_format_dir() 442 entry->value = dir_end; in __tb_property_format_dir() 443 dir_end = ret; in __tb_property_format_dir() 474 return dir_end; in __tb_property_format_dir()
|
/openbmc/linux/fs/minix/ |
H A D | dir.c | 230 char *limit, *dir_end; in minix_add_link() local 238 dir_end = kaddr + minix_last_byte(dir, n); in minix_add_link() 250 if (p == dir_end) { in minix_add_link()
|
/openbmc/qemu/block/ |
H A D | qcow2-bitmap.c | 561 uint8_t *dir, *dir_end; in bitmap_list_load() local 581 dir_end = dir + size; in bitmap_list_load() 591 e < (Qcow2BitmapDirEntry *)dir_end; in bitmap_list_load() 596 if ((uint8_t *)(e + 1) > dir_end) { in bitmap_list_load() 607 if ((uint8_t *)next_dir_entry(e) > dir_end) { in bitmap_list_load() 638 if ((uint8_t *)e != dir_end) { in bitmap_list_load()
|
/openbmc/linux/fs/ufs/ |
H A D | dir.c | 336 char *dir_end; in ufs_add_link() local 344 dir_end = kaddr + ufs_last_byte(dir, n); in ufs_add_link() 348 if ((char *)de == dir_end) { in ufs_add_link()
|
/openbmc/linux/fs/ext2/ |
H A D | dir.c | 502 char *dir_end; in ext2_add_link() local 507 dir_end = kaddr + ext2_last_byte(dir, n); in ext2_add_link() 511 if ((char *)de == dir_end) { in ext2_add_link()
|
/openbmc/linux/fs/nilfs2/ |
H A D | dir.c | 493 char *dir_end; in nilfs_add_link() local 500 dir_end = kaddr + nilfs_last_byte(dir, n); in nilfs_add_link() 504 if ((char *)de == dir_end) { in nilfs_add_link()
|
/openbmc/linux/fs/ceph/ |
H A D | mds_client.h | 144 bool dir_end; member
|
H A D | dir.c | 452 (int)req->r_reply_info.dir_end, in ceph_readdir() 495 unsigned next_offset = req->r_reply_info.dir_end ? in ceph_readdir() 504 } else if (req->r_reply_info.dir_end) { in ceph_readdir()
|
H A D | export.c | 509 if (rinfo->dir_end) in __get_snap_name()
|
H A D | mds_client.c | 425 info->dir_end = !!(flags & CEPH_READDIR_FRAG_END); in parse_reply_info_readdir()
|