|
STATIC void | xfs_buf_lru_add (struct xfs_buf *bp) |
|
STATIC void | xfs_buf_lru_del (struct xfs_buf *bp) |
|
void | xfs_buf_stale (struct xfs_buf *bp) |
|
struct xfs_buf * | _xfs_buf_alloc (struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags) |
|
STATIC int | _xfs_buf_get_pages (xfs_buf_t *bp, int page_count, xfs_buf_flags_t flags) |
|
STATIC void | _xfs_buf_free_pages (xfs_buf_t *bp) |
|
void | xfs_buf_free (xfs_buf_t *bp) |
|
STATIC int | xfs_buf_allocate_memory (xfs_buf_t *bp, uint flags) |
|
STATIC int | _xfs_buf_map_pages (xfs_buf_t *bp, uint flags) |
|
xfs_buf_t * | _xfs_buf_find (struct xfs_buftarg *btp, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, xfs_buf_t *new_bp) |
|
struct xfs_buf * | xfs_buf_get_map (struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags) |
|
STATIC int | _xfs_buf_read (xfs_buf_t *bp, xfs_buf_flags_t flags) |
|
xfs_buf_t * | xfs_buf_read_map (struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags) |
|
void | xfs_buf_readahead_map (struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps) |
|
struct xfs_buf * | xfs_buf_read_uncached (struct xfs_buftarg *target, xfs_daddr_t daddr, size_t numblks, int flags) |
|
void | xfs_buf_set_empty (struct xfs_buf *bp, size_t numblks) |
|
int | xfs_buf_associate_memory (xfs_buf_t *bp, void *mem, size_t len) |
|
xfs_buf_t * | xfs_buf_get_uncached (struct xfs_buftarg *target, size_t numblks, int flags) |
|
void | xfs_buf_hold (xfs_buf_t *bp) |
|
void | xfs_buf_rele (xfs_buf_t *bp) |
|
int | xfs_buf_trylock (struct xfs_buf *bp) |
|
void | xfs_buf_lock (struct xfs_buf *bp) |
|
void | xfs_buf_unlock (struct xfs_buf *bp) |
|
STATIC void | xfs_buf_wait_unpin (xfs_buf_t *bp) |
|
STATIC void | xfs_buf_iodone_work (struct work_struct *work) |
|
void | xfs_buf_ioend (xfs_buf_t *bp, int schedule) |
|
void | xfs_buf_ioerror (xfs_buf_t *bp, int error) |
|
void | xfs_buf_ioerror_alert (struct xfs_buf *bp, const char *func) |
|
STATIC int | xfs_bioerror (xfs_buf_t *bp) |
|
STATIC int | xfs_bioerror_relse (struct xfs_buf *bp) |
|
STATIC int | xfs_bdstrat_cb (struct xfs_buf *bp) |
|
int | xfs_bwrite (struct xfs_buf *bp) |
|
void | xfsbdstrat (struct xfs_mount *mp, struct xfs_buf *bp) |
|
STATIC void | _xfs_buf_ioend (xfs_buf_t *bp, int schedule) |
|
STATIC void | xfs_buf_bio_end_io (struct bio *bio, int error) |
|
STATIC void | _xfs_buf_ioapply (struct xfs_buf *bp) |
|
void | xfs_buf_iorequest (xfs_buf_t *bp) |
|
int | xfs_buf_iowait (xfs_buf_t *bp) |
|
xfs_caddr_t | xfs_buf_offset (xfs_buf_t *bp, size_t offset) |
|
void | xfs_buf_iomove (xfs_buf_t *bp, size_t boff, size_t bsize, void *data, xfs_buf_rw_t mode) |
|
void | xfs_wait_buftarg (struct xfs_buftarg *btp) |
|
int | xfs_buftarg_shrink (struct shrinker *shrink, struct shrink_control *sc) |
|
void | xfs_free_buftarg (struct xfs_mount *mp, struct xfs_buftarg *btp) |
|
STATIC int | xfs_setsize_buftarg_flags (xfs_buftarg_t *btp, unsigned int blocksize, unsigned int sectorsize, int verbose) |
|
STATIC int | xfs_setsize_buftarg_early (xfs_buftarg_t *btp, struct block_device *bdev) |
|
int | xfs_setsize_buftarg (xfs_buftarg_t *btp, unsigned int blocksize, unsigned int sectorsize) |
|
xfs_buftarg_t * | xfs_alloc_buftarg (struct xfs_mount *mp, struct block_device *bdev, int external, const char *fsname) |
|
bool | xfs_buf_delwri_queue (struct xfs_buf *bp, struct list_head *list) |
|
int | xfs_buf_delwri_submit_nowait (struct list_head *buffer_list) |
|
int | xfs_buf_delwri_submit (struct list_head *buffer_list) |
|
int __init | xfs_buf_init (void) |
|
void | xfs_buf_terminate (void) |
|