~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/stable/sysfs-bus-xen-backend

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 What:           /sys/bus/xen-backend/devices/*/devtype
  2 Date:           Feb 2009
  3 KernelVersion:  2.6.38
  4 Contact:        Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
  5 Description:
  6                 The type of the device.  e.g., one of: 'vbd' (block),
  7                 'vif' (network), or 'vfb' (framebuffer).
  8 
  9 What:           /sys/bus/xen-backend/devices/*/nodename
 10 Date:           Feb 2009
 11 KernelVersion:  2.6.38
 12 Contact:        Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
 13 Description:
 14                 XenStore node (under /local/domain/NNN/) for this
 15                 backend device.
 16 
 17 What:           /sys/bus/xen-backend/devices/vbd-*/physical_device
 18 Date:           April 2011
 19 KernelVersion:  3.0
 20 Contact:        Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
 21 Description:
 22                 The major:minor number (in hexadecimal) of the
 23                 physical device providing the storage for this backend
 24                 block device.
 25 
 26 What:           /sys/bus/xen-backend/devices/vbd-*/mode
 27 Date:           April 2011
 28 KernelVersion:  3.0
 29 Contact:        Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
 30 Description:
 31                 Whether the block device is read-only ('r') or
 32                 read-write ('w').
 33 
 34 What:           /sys/bus/xen-backend/devices/vbd-*/statistics/f_req
 35 Date:           April 2011
 36 KernelVersion:  3.0
 37 Contact:        Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
 38 Description:
 39                 Number of flush requests from the frontend.
 40 
 41 What:           /sys/bus/xen-backend/devices/vbd-*/statistics/oo_req
 42 Date:           April 2011
 43 KernelVersion:  3.0
 44 Contact:        Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
 45 Description:
 46                 Number of requests delayed because the backend was too
 47                 busy processing previous requests.
 48 
 49 What:           /sys/bus/xen-backend/devices/vbd-*/statistics/rd_req
 50 Date:           April 2011
 51 KernelVersion:  3.0
 52 Contact:        Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
 53 Description:
 54                 Number of read requests from the frontend.
 55 
 56 What:           /sys/bus/xen-backend/devices/vbd-*/statistics/rd_sect
 57 Date:           April 2011
 58 KernelVersion:  3.0
 59 Contact:        Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
 60 Description:
 61                 Number of sectors read by the frontend.
 62 
 63 What:           /sys/bus/xen-backend/devices/vbd-*/statistics/wr_req
 64 Date:           April 2011
 65 KernelVersion:  3.0
 66 Contact:        Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
 67 Description:
 68                 Number of write requests from the frontend.
 69 
 70 What:           /sys/bus/xen-backend/devices/vbd-*/statistics/wr_sect
 71 Date:           April 2011
 72 KernelVersion:  3.0
 73 Contact:        Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
 74 Description:
 75                 Number of sectors written by the frontend.
 76 
 77 What:           /sys/bus/xen-backend/devices/*/state
 78 Date:           August 2018
 79 KernelVersion:  4.19
 80 Contact:        Joe Jin <joe.jin@oracle.com>
 81 Description:
 82                 The state of the device. One of: 'Unknown',
 83                 'Initialising', 'Initialised', 'Connected', 'Closing',
 84                 'Closed', 'Reconfiguring', 'Reconfigured'.

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php