Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
xfs_buftarg Struct Reference

#include <xfs_buf.h>

Data Fields

dev_t bt_dev
 
struct block_devicebt_bdev
 
struct backing_dev_infobt_bdi
 
struct xfs_mount * bt_mount
 
unsigned int bt_bsize
 
unsigned int bt_sshift
 
size_t bt_smask
 
struct shrinker bt_shrinker
 
struct list_head bt_lru
 
spinlock_t bt_lru_lock
 
unsigned int bt_lru_nr
 

Detailed Description

Definition at line 84 of file xfs_buf.h.

Field Documentation

struct block_device* bt_bdev

Definition at line 86 of file xfs_buf.h.

Definition at line 87 of file xfs_buf.h.

unsigned int bt_bsize

Definition at line 89 of file xfs_buf.h.

dev_t bt_dev

Definition at line 85 of file xfs_buf.h.

struct list_head bt_lru

Definition at line 95 of file xfs_buf.h.

spinlock_t bt_lru_lock

Definition at line 96 of file xfs_buf.h.

unsigned int bt_lru_nr

Definition at line 97 of file xfs_buf.h.

struct xfs_mount* bt_mount

Definition at line 88 of file xfs_buf.h.

struct shrinker bt_shrinker

Definition at line 94 of file xfs_buf.h.

size_t bt_smask

Definition at line 91 of file xfs_buf.h.

unsigned int bt_sshift

Definition at line 90 of file xfs_buf.h.


The documentation for this struct was generated from the following file: