#include "udfdecl.h"
#include <linux/buffer_head.h>
#include <linux/bitops.h>
#include "udf_i.h"
#include "udf_sb.h"
Go to the source code of this file.
|
void | udf_free_blocks (struct super_block *sb, struct inode *inode, struct kernel_lb_addr *bloc, uint32_t offset, uint32_t count) |
|
int | udf_prealloc_blocks (struct super_block *sb, struct inode *inode, uint16_t partition, uint32_t first_block, uint32_t block_count) |
|
int | udf_new_block (struct super_block *sb, struct inode *inode, uint16_t partition, uint32_t goal, int *err) |
|
#define udf_clear_bit __test_and_clear_bit_le |
#define udf_set_bit __test_and_set_bit_le |
#define udf_test_bit test_bit_le |