Searched defs:pnfs_block_extent (Results 1 – 1 of 1) sorted by relevance
86 struct pnfs_block_extent { struct87 struct kref be_refcnt;88 struct list_head be_node; /* link into lseg list */89 struct nfs4_deviceid be_devid; /* FIXME: could use device cache instead */90 struct block_device *be_mdev;91 sector_t be_f_offset; /* the starting offset in the file */92 sector_t be_length; /* the size of the extent */93 sector_t be_v_offset; /* the starting offset in the volume */94 enum exstate4 be_state; /* the state of this extent */95 struct pnfs_inval_markings *be_inval; /* tracks INVAL->RW transition */