Home
last modified time | relevance | path

Searched refs:vtype (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/scsi/snic/
Dvnic_devcmd.h62 #define _CMDCF(dir, flags, vtype, nr) \ argument
65 ((vtype) << _CMD_VTYPESHIFT) | \
67 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr) argument
68 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr) argument
/Linux-v4.19/drivers/scsi/fnic/
Dvnic_devcmd.h62 #define _CMDCF(dir, flags, vtype, nr) \ argument
65 ((vtype) << _CMD_VTYPESHIFT) | \
67 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr) argument
68 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr) argument
/Linux-v4.19/drivers/net/ethernet/cisco/enic/
Dvnic_devcmd.h64 #define _CMDCF(dir, flags, vtype, nr) \ argument
67 ((vtype) << _CMD_VTYPESHIFT) | \
69 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr) argument
70 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr) argument
/Linux-v4.19/include/uapi/linux/
Dcoda.h434 int vtype; member
563 int vtype; member
/Linux-v4.19/include/linux/ceph/
Ddecode.h174 #define ceph_decode_skip_map(p, end, ktype, vtype, bad) \ argument
181 ceph_decode_skip_##vtype(p, end, bad); \
/Linux-v4.19/fs/ceph/
Dmdsmap.c63 #define __decode_and_drop_map(p, end, ktype, vtype, bad) \ argument
68 need = (sizeof(ktype) + sizeof(vtype)) * n; \
/Linux-v4.19/Documentation/filesystems/
Dcoda.txt599 int vtype;
610 targets ViceFid and cfs_lookup_out.vtype the coda_vtype giving the
617 cfs_lookup.vtype with CFS_NOCACHE to indicate that the object should
620 NNOOTTEE The type of the vtype is currently wrong. It should be
689 vtype which is set to VNON. Other are set to the value to be assigned.
1186 int vtype;
/Linux-v4.19/fs/coda/
Dupcall.c153 *type = outp->coda_lookup.vtype; in venus_lookup()