Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dproperty.c351 unsigned int data_offset, dir_end; in __tb_property_format_dir() local
382 * +----------+ <-- dir_end <------' in __tb_property_format_dir()
398 * We use dir_end to hold pointer to the end of the directory. It in __tb_property_format_dir()
400 * added starting from previous dir_end. in __tb_property_format_dir()
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 in __tb_property_format_dir()
[all...]
/linux/fs/minix/
H A Ddir.c223 char *limit, *dir_end; in minix_add_link() local
229 dir_end = kaddr + minix_last_byte(dir, n); in minix_add_link()
241 if (p == dir_end) { in minix_add_link()
/linux/fs/nilfs2/
H A Ddir.c449 char *dir_end; in nilfs_add_link() local
454 dir_end = kaddr + nilfs_last_byte(dir, n); in nilfs_add_link()
458 if ((char *)de == dir_end) { in nilfs_add_link()
/linux/fs/ext2/
H A Ddir.c498 char *dir_end; in ext2_add_link() local
503 dir_end = kaddr + ext2_last_byte(dir, n); in ext2_add_link()
507 if ((char *)de == dir_end) { in ext2_add_link()
/linux/fs/ceph/
H A Dmds_client.h167 bool dir_end; member
H A Dexport.c523 if (rinfo->dir_end) in __get_snap_name()
H A Ddir.c464 (int)req->r_reply_info.dir_end, in ceph_readdir()
508 unsigned next_offset = req->r_reply_info.dir_end ? in ceph_readdir()
517 } else if (req->r_reply_info.dir_end) { in ceph_readdir()
H A Dmds_client.c427 info->dir_end = !!(flags & CEPH_READDIR_FRAG_END); in parse_reply_info_readdir()