Home
last modified time | relevance | path

Searched refs:ad_offset (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/ufs/ffs/
Dffs_softdep.c5168 adp->ad_offset = off;
5202 if (oldadp == NULL || oldadp->ad_offset <= off) {
5205 if (oldadp != NULL && oldadp->ad_offset == off)
5211 if (oldadp->ad_offset >= off)
5218 if (oldadp->ad_offset == off)
5304 newadp->ad_offset >= NDADDR)
5524 adp->ad_offset = off;
5559 if (oldadp == NULL || oldadp->ad_offset <= off) {
5562 if (oldadp != NULL && oldadp->ad_offset == off)
5568 if (oldadp->ad_offset >= off)
[all …]
Dsoftdep.h423 int ad_offset; /* Pointer offset in parent. */ member
/freebsd-9-stable/sys/fs/udf/
Dudf_vnops.c1373 int ad_offset, ad_num = 0; in udf_bmap_internal() local
1402 ad_offset = sizeof(struct short_ad) * ad_num; in udf_bmap_internal()
1403 if (ad_offset > le32toh(fentry->l_ad)) { in udf_bmap_internal()
1408 le32toh(fentry->l_ea) + ad_offset); in udf_bmap_internal()
1427 ad_offset = sizeof(struct long_ad) * ad_num; in udf_bmap_internal()
1428 if (ad_offset > le32toh(fentry->l_ad)) { in udf_bmap_internal()
1433 le32toh(fentry->l_ea) + ad_offset); in udf_bmap_internal()