Home
last modified time | relevance | path

Searched refs:capa_opc_supported (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_capa.c335 capa_opc_supported(&ocapa->c_capa, CAPA_OPC_OSS_WRITE)) { in ll_osscapa_get()
339 capa_opc_supported(&ocapa->c_capa, in ll_osscapa_get()
344 capa_opc_supported(&ocapa->c_capa, opc)) { in ll_osscapa_get()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_capa.h285 static inline int capa_opc_supported(struct lustre_capa *capa, __u64 opc) in capa_opc_supported() function