Searched refs:vfsmethod (Results 1 – 1 of 1) sorted by relevance
1182 } vfsmethod [] = { in testvfs_obj_cmd() local1216 for(iMethod=0; iMethod<ArraySize(vfsmethod); iMethod++){ in testvfs_obj_cmd()1217 if( strcmp(zElem, vfsmethod[iMethod].zName)==0 ){ in testvfs_obj_cmd()1218 mask |= vfsmethod[iMethod].mask; in testvfs_obj_cmd()1222 if( iMethod==ArraySize(vfsmethod) ){ in testvfs_obj_cmd()