Home
last modified time | relevance | path

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

/openbmc/linux/fs/udf/
H A Dudf_i.h53 struct udf_ext_cache cached_extent; member
H A Dinode.c74 if (iinfo->cached_extent.lstart != -1) { in __udf_clear_extent_cache()
75 brelse(iinfo->cached_extent.epos.bh); in __udf_clear_extent_cache()
76 iinfo->cached_extent.lstart = -1; in __udf_clear_extent_cache()
98 if ((iinfo->cached_extent.lstart <= bcount) && in udf_read_extent_cache()
99 (iinfo->cached_extent.lstart != -1)) { in udf_read_extent_cache()
101 *lbcount = iinfo->cached_extent.lstart; in udf_read_extent_cache()
102 memcpy(pos, &iinfo->cached_extent.epos, in udf_read_extent_cache()
123 memcpy(&iinfo->cached_extent.epos, pos, sizeof(*pos)); in udf_update_extent_cache()
124 iinfo->cached_extent.lstart = estart; in udf_update_extent_cache()
127 iinfo->cached_extent.epos.offset -= sizeof(struct short_ad); in udf_update_extent_cache()
[all …]
H A Dsuper.c155 ei->cached_extent.lstart = -1; in udf_alloc_inode()