Searched defs:partition (Results 1 - 4 of 4) sorted by relevance

/fs/afs/
H A Dafs_vl.h38 AFSVL_BADPARTITION = 363531, /* Bad partition number */
75 unsigned partition; /* partition ID on this server */ member in struct:afs_vldbentry::__anon14
/fs/udf/
H A Dpartition.c2 * partition.c
31 uint16_t partition, uint32_t offset)
35 if (partition >= sbi->s_partitions) {
36 udf_debug("block=%d, partition=%d, offset=%d: invalid partition\n",
37 block, partition, offset);
40 map = &sbi->s_partmaps[partition];
42 return map->s_partition_func(sb, block, partition, offset);
48 uint16_t partition, uint32_t offset)
59 map = &sbi->s_partmaps[partition];
30 udf_get_pblock(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
47 udf_get_pblock_virt15(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
107 udf_get_pblock_virt20(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
113 udf_get_pblock_spar15(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
281 udf_try_read_meta(struct inode *inode, uint32_t block, uint16_t partition, uint32_t offset) argument
306 udf_get_pblock_meta25(struct super_block *sb, uint32_t block, uint16_t partition, uint32_t offset) argument
[all...]
H A Dballoc.c94 static void udf_add_free_space(struct super_block *sb, u16 partition, u32 cnt) argument
103 le32_add_cpu(&lvid->freeSpaceTable[partition], cnt);
175 uint16_t partition, uint32_t first_block,
186 part_len = sbi->s_partmaps[partition].s_partition_len;
194 nr_groups = udf_compute_nr_groups(sb, partition);
218 udf_add_free_space(sb, partition, -alloc_count);
224 struct udf_bitmap *bitmap, uint16_t partition,
238 if (goal >= sbi->s_partmaps[partition].s_partition_len)
337 udf_add_free_space(sb, partition, -1);
580 struct inode *table, uint16_t partition,
173 udf_bitmap_prealloc_blocks(struct super_block *sb, struct udf_bitmap *bitmap, uint16_t partition, uint32_t first_block, uint32_t block_count) argument
223 udf_bitmap_new_block(struct super_block *sb, struct udf_bitmap *bitmap, uint16_t partition, uint32_t goal, int *err) argument
579 udf_table_prealloc_blocks(struct super_block *sb, struct inode *table, uint16_t partition, uint32_t first_block, uint32_t block_count) argument
640 udf_table_new_block(struct super_block *sb, struct inode *table, uint16_t partition, uint32_t goal, int *err) argument
736 uint16_t partition = bloc->partitionReferenceNum; local
759 udf_prealloc_blocks(struct super_block *sb, struct inode *inode, uint16_t partition, uint32_t first_block, uint32_t block_count) argument
795 udf_new_block(struct super_block *sb, struct inode *inode, uint16_t partition, uint32_t goal, int *err) argument
[all...]
H A Dsuper.c220 unsigned short partition; member in struct:udf_options
268 udf_err(sb, "Unable to allocate space for %d partition maps\n",
378 * volume, partition, fileset and rootdir seem to be ignored
422 * partition= Override the PartitionDesc location. (unused)
425 * The following expect a offset from the partition root.
476 {Opt_partition, "partition=%u"},
493 uopt->partition = 0xFFFF;
595 uopt->partition = option;
874 udf_debug("Fileset at block=%d, partition=%d\n",
977 static int udf_load_metadata_files(struct super_block *sb, int partition) argument
1054 udf_compute_nr_groups(struct super_block *sb, u32 partition) argument
[all...]

Completed in 71 milliseconds