Home
last modified time | relevance | path

Searched refs:dir_end (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dproperty.c351 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 Ddir.c230 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 Dqcow2-bitmap.c561 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 Ddir.c336 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 Ddir.c502 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 Ddir.c493 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 Dmds_client.h144 bool dir_end; member
H A Ddir.c452 (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 Dexport.c509 if (rinfo->dir_end) in __get_snap_name()
H A Dmds_client.c425 info->dir_end = !!(flags & CEPH_READDIR_FRAG_END); in parse_reply_info_readdir()