Home
last modified time | relevance | path

Searched refs:unallocSpaceEntry (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/udf/
H A Dballoc.c399 epos.offset = oepos.offset = sizeof(struct unallocSpaceEntry); in udf_table_free_blocks()
534 epos.offset = sizeof(struct unallocSpaceEntry); in udf_table_prealloc_blocks()
607 epos.offset = sizeof(struct unallocSpaceEntry); in udf_table_new_block()
H A Dinode.c1476 ((struct unallocSpaceEntry *)bh->b_data)-> in udf_read_inode()
1479 sizeof(struct unallocSpaceEntry)); in udf_read_inode()
1483 bh->b_data + sizeof(struct unallocSpaceEntry), in udf_read_inode()
1484 bs - sizeof(struct unallocSpaceEntry)); in udf_read_inode()
1749 struct unallocSpaceEntry *use = in udf_update_inode()
1750 (struct unallocSpaceEntry *)bh->b_data; in udf_update_inode()
1753 memcpy(bh->b_data + sizeof(struct unallocSpaceEntry), in udf_update_inode()
1755 sizeof(struct unallocSpaceEntry)); in udf_update_inode()
1757 crclen = sizeof(struct unallocSpaceEntry); in udf_update_inode()
H A Dudfdecl.h50 return sizeof(struct unallocSpaceEntry); in udf_file_entry_alloc_offset()
H A Decma_167.h732 struct unallocSpaceEntry { struct
H A Dsuper.c2461 epos.offset = sizeof(struct unallocSpaceEntry); in udf_count_free_table()